5a67af097ba9218b6984e1c269b3a0004f24d1ed
[cparser] / multifield.c
1 struct A {
2         int a, b;
3         int c, a;
4 };