Added broken check for bool if cond. Also added some wonky if/else pretty printing for AST.
This commit is contained in:
6
test/semant/simple_else_if.golden
Normal file
6
test/semant/simple_else_if.golden
Normal file
@@ -0,0 +1,6 @@
|
||||
scope (global) [
|
||||
[vertex__vs_main] : (pos : float3) -> float4
|
||||
scope (vertex__vs_main) [
|
||||
[pos] : float3
|
||||
]
|
||||
]
|
||||
Reference in New Issue
Block a user