pet 0.11.8
[pet.git] / tests / autodetect / decl3.c
blob7b140849860f40a1f64b29794460fda46bbc55f6
1 void foo()
3 struct S { int a, b; } s;
5 s.a = 3;