1### Compilation failed: 2 3error: 1: swizzle must refer to base expression 4void func() { float x = 1.0; x = x.0; } 5 ^ 61 error 7