testcase for sideeffects problems
[cparser] / parsetest / shouldfail / sizeof_function.c
1 void f(void) {}
2 int x = sizeof(f);