index
:
tpc-compiler
master
[ARCHIVED 2017] A compiler for a C-like programming language built using the old Flex and Bison tokenizer and parser generator
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
res
/
test_nomain_ko.tpc
blob: 570c5ca9898935b09ea619dc474ef6882f039428 (
plain
)
1
2
3
4
5
6
const c = 0; /* not a main */ void f(void) { print(c); }