init commit
This commit is contained in:
4
test/redeclared_variable.shd
Normal file
4
test/redeclared_variable.shd
Normal file
@@ -0,0 +1,4 @@
|
||||
vertex main :: () {
|
||||
x : float = 1.0;
|
||||
x : float = 5.0;
|
||||
}
|
||||
Reference in New Issue
Block a user