index
:
undefined-samples
master
undefined-samples
minimal C programs that exhibit undefined behavior
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
declaring-a-variable-of-incomplete-type.c
blob: 2502b8fea28ce658f6a0a2a6b8f6cf120eae0872 (
plain
)
1
2
3
4
int main(void) { struct foo foo; }