index
:
18CS63
master
compiler design
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
12
/
input
blob: fa64ab2402a001269bdb9835696659cece086daf (
plain
)
1
2
3
4
5
6
int main(int a, int b, int c) { if (a > b) { for(;;); a++; } }