[
 (stmt_list) {
  (expression_statement) {
   (expr_rightshift) {
    (expr_leftshift) {
     (expr_plus) {
      11
      +
      (expr_modulosign) {
       (expr_brackets) {
        (
        (expr_multiply) {
         11
         *
         11
        }
        )
       }
       %
       11
      }
     }
     <<
     11
    }
    >>
    11
   }
   ;
  }
 }
]