Files
ngr/examples/basic/test0002.ngr
2024-04-15 15:28:06 -07:00

4 lines
139 B
Plaintext

// this test is useful for making sure we don't accidentally
// use a signed divide operation anywhere important
a = 96u8 / 160u8;
print a;