Keep pushing forward on type inference.
This commit is contained in:
6
examples/basic/type_checker1.ngr
Normal file
6
examples/basic/type_checker1.ngr
Normal file
@@ -0,0 +1,6 @@
|
||||
x = 1 + 1u16;
|
||||
print x;
|
||||
y = 1u16 + 1;
|
||||
print y;
|
||||
z = 1 + 1 + 1;
|
||||
print z;
|
||||
Reference in New Issue
Block a user