index
:
cflems/ccc.git
master
Carson's C Compiler
Carson Fleming
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
math.c
blob: 2131546d13eb423d527093b624b028d75ea04b7c (
plain
)
1
2
3
int
main
(
int
argc
,
char
**
argv
) {
return
argc
* -
5
;
}