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
/
function-declared-extern-inline.c
blob: bc403fd68d3e2c22966b50413291a43e97d80d7d (
plain
)
1
2
3
4
5
6
extern inline int foo(void); int main(void) { return foo(); }