index
:
compiler2015
master
Unnamed repository; edit this file 'description' to name the repository.
LAN-TW
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pattern
/
int-div-by-zero.cmm
blob: 13a855f7e0c3a181c29831c2ea5cca4c39d95788 (
plain
) (
blame
)
1
2
3
4
5
int array[1/0]; int array[1.0/0.0]; int main(void) { return 0; }