// bb10.c
// "construction of efficient generalized lr parsers": i == 10

int main()
{
  int a, b;
  
  a = b+b+b+b+b+b+b+b+b+b+b;
  
  return a;
}

