aboutsummaryrefslogtreecommitdiff
path: root/testcases/fail5.c
blob: 0e8fba8938cfe83fc8025e393c478bb7fb1d49a8 (plain) (blame)
1
2
3
4
int main() {
    /* fail because of incomplete field */
    struct C {struct B b;} *c;
}