9 lines
126 B
Plaintext
9 lines
126 B
Plaintext
void func() {
|
|
float2x2 x = float2x2(1);
|
|
float y = x.y;
|
|
}
|
|
|
|
/*%%*
|
|
type 'float2x2' does not have a field named 'y'
|
|
*%%*/
|