@top T { foo<bar> }

bar { bar "x" | "" }

foo<e> { token<e> }

@tokens {
  token<x> { x "!" }
}

//! Reference to token rule 'bar', which isn't found
