aboutsummaryrefslogtreecommitdiff
path: root/testcases/fail2.c
blob: a76d4e057e1609d9777f4f56ed4978bcb6a982bb (plain) (blame)
1
2
3
4
int main() {
    /* fail because of incomplete type of local variable */
    struct C c;
}