aboutsummaryrefslogtreecommitdiff
path: root/testcases/array_complete.c
blob: 79c5c8a60123f74cf12f5e02b130882f3e43672b (plain) (blame)
1
2
3
4
struct A arr[1];
struct A {int x;};
int main() {
}