aboutsummaryrefslogblamecommitdiff
path: root/semantics_data/array_complete.c
blob: 79c5c8a60123f74cf12f5e02b130882f3e43672b (plain) (tree)
1
2
3
4



                  
struct A arr[1];
struct A {int x;};
int main() {
}