7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
|
|
### Compilation failed:
|
||
|
|
|
||
|
|
error: 1: swizzle must refer to base expression
|
||
|
|
void func() { float x = 1.0; x = x.0; }
|
||
|
|
^
|
||
|
|
1 error
|