03f88d52512db344bdf4185072d93eff713f6627
[cparser] / sizeof_function.c
1 void f(void) {}
2 int x = sizeof(f);