summaryrefslogtreecommitdiff
path: root/web/yacco2/diagrams/bug1.txt
blob: 91dc7eb1bab1d94ce23ccfd6e97d4620b46dea27 (plain)
1
2
3
4
5
6
7
8
std::set<state*> VISITED_MERGE_STATES_IN_LA_CALC;
int main(int argc,char*argv[]){
  VISITED_MERGE_STATES_IN_LA_CALC.clear();}
  if(VISITED_MERGE_STATES_IN_LA_CALC.empty() == true){
    cout << "===========its empty" << endl;
  }
  return 0;
}