index
:
circleshift/ctc
main
Compiler for the TNSL programming language written in C
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_conditional_6.tnsl
blob: 051b0f3ab32639d7bc8830c615f02769cb0a53e4 (
plain
)
1
2
3
4
5
6
7
8
/; main [int] bool a = false /; if (false || !a && true) return 69 ;/ return 0 ;/