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
/
execution-reaches-end-brace-of-function.c
blob: 4f22dd5aa0aaea68e943d795ad2f9d79ed8a43bf (
plain
)
1
2
3
4
5
6
7
8
int foo(void) { } int main(void) { return foo(); }