Files
ispc/tests_errors/lvalue-2.ispc

7 lines
90 B
Plaintext

// Left hand side of assignment statement can't be assigned to
int bar(){
4 = 0;
}