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

4 lines
70 B
Plaintext
Raw Normal View History

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