I have a JavaCC grammar with a troublesome section that can be reduced to this:
void Start(): {} { A() } void A(): {} { ( "(" A()