port from perforce
This commit is contained in:
16
hgplus/ShaderMinifier/tests/unit/rename_conflict.frag
Normal file
16
hgplus/ShaderMinifier/tests/unit/rename_conflict.frag
Normal file
@@ -0,0 +1,16 @@
|
||||
// test with --no-renaming-list i
|
||||
|
||||
int foo(int a, int d)
|
||||
{
|
||||
return a + 1;
|
||||
}
|
||||
|
||||
int i()
|
||||
{
|
||||
foo(0);
|
||||
}
|
||||
|
||||
int bar(int b, int c, int d)
|
||||
{
|
||||
return b + i();
|
||||
}
|
||||
Reference in New Issue
Block a user