More variable stuff
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
module test_const_var;
|
||||
|
||||
const i32 my_const;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
module test_const_var;
|
||||
|
||||
const i32 my_const;
|
||||