7633e0abc84de62c850b57d65abf0d244f45c131
[cparser] / parsetest / constexpr2.c
1 struct foo {
2         int a;
3         int b;
4 };
5 int glob = (int) &((struct foo*)0)->b;
6
7 int main(void) {
8         return 0;
9 }