index
:
ccdjit.git
master
C JIT; A simple attempt at implementing a C JIT compiler (ccdjit - C Compiler Dynamic JIT)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
error_syntax.c
blob: 241a77b73334c26de1f2297b9749dc53c1151649 (
plain
)
1
2
3
4
int main() { int x = 5 return x; }