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
/
string-expr.cmm
blob: 42890b3c4433599f8783a24ed9b8db82e06cdec0 (
plain
) (
blame
)
1
2
3
4
5
int main(void) { int a; a = 123456 + "STRING"; return 0; }