init commit
This commit is contained in:
12
test/parse/struct_within_struct.golden
Normal file
12
test/parse/struct_within_struct.golden
Normal file
@@ -0,0 +1,12 @@
|
||||
(program
|
||||
(struct Foo
|
||||
[(:= color float4)])
|
||||
|
||||
(struct Bar
|
||||
[(:= t Foo)])
|
||||
|
||||
(fun vertex vs_main
|
||||
[]
|
||||
(:= f Foo)
|
||||
(:= b Bar)
|
||||
(= b.t f)))
|
||||
Reference in New Issue
Block a user