Added some tests related to this. Also improved source file position reporting in error reporting.
7 lines
91 B
Plaintext
7 lines
91 B
Plaintext
// Can't assign to type "const uniform int32" on left-hand side
|
|
|
|
int bar(){
|
|
4 = 0;
|
|
}
|
|
|