holey-bytes/hblang/tests/hblang::parser::tests::arithmetic.txt

4 lines
70 B
Plaintext
Raw Normal View History

2024-05-10 15:54:12 -05:00
main := ||: int {
return 10 - 20 / 2 + 4 * (2 + 2) - 4 * 4 + 1;
}