package main //line main_test.go:1 import ( "testing" ) func TestBug(t *testing.T) { yyParse(&lex{}) panic("ugh") }