aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/tests/handwritten/missing-operator.c
blob: d93e91f460c33b562427abf938109b38299ddce5 (plain)
1
2
3
4
5
int main (void)
{
  int y = 7, z = 8;
  int x = (3 * (2 x) - y * y);
}