init commit
This commit is contained in:
8
test/codegen/precedence_test.golden
Normal file
8
test/codegen/precedence_test.golden
Normal file
@@ -0,0 +1,8 @@
|
||||
void vs_main()
|
||||
{
|
||||
float x = 2;
|
||||
float y = 5;
|
||||
float z = 10;
|
||||
float w = x * y + y * z - x / y * x;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user