Add more defaulting

This commit is contained in:
2024-04-15 15:28:06 -07:00
parent f915db9337
commit 3d8e0804bc
5 changed files with 28 additions and 6 deletions

View 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;