@top T { Foo }

@tokens {
  Foo { bar+ }
  bar { Foo }
}

//! recursion in token rules
