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_type_mismatch.c
blob: ad43f975af83ae01fb698ebec680034fcf4682b8 (
plain
)
1
2
3
4
5
6
7
8
9
char getChar() { return 'a'; } int main() { int x = "hello"; return getChar(); }