aboutsummaryrefslogtreecommitdiff
path: root/testcases/incomp_initr.c
blob: 1068284b9f7570a3bd5b42f3dba05452dfb4a34e (plain) (blame)
1
2
3
4
int main() {
    struct A {int x, y;} b;
    int a[(1 + 1 ==  2) * 2] = {1, b};
}