Remove null
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
a_type :: int
|
||||
pointer_type :: *int
|
||||
null_pointer: pointer_type = null
|
||||
// null_pointer: pointer_type = null
|
||||
|
||||
if_stmt :: (cond: int): type
|
||||
CONSTANT :: 10
|
||||
|
||||
Reference in New Issue
Block a user