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
/
manually-declaring-__func__.c
blob: df53006614b4af7a45612b64994c8313f091ddc9 (
plain
)
1
2
3
4
5
int main(void) { int __func__ = 0; return __func__; }