Files
ngr/examples/basic/test2.ngr

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;