Add support for multiple integer types.
This commit is contained in:
4
examples/basic/test2.ngr
Normal file
4
examples/basic/test2.ngr
Normal file
@@ -0,0 +1,4 @@
|
||||
// this test is useful for making sure we don't accidentally
|
||||
// use a signed divide operation anywhere important
|
||||
a = 96u8 / 160u8;
|
||||
print a;
|
||||
Reference in New Issue
Block a user