index
:
compiler2015
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
pattern
/
not-var.cmm
blob: 8d0776462de06a5dc98334c3373c1b61e0b9ba7b (
plain
) (
blame
)
1
2
3
4
5
6
int func(int arg) { return arg; } int main(void) { return func(func); }