1 2 3 4 5 6 7 struct A 8 { 9 float4 a; 10 float4 b; 11 float4 c = { 1, 2, 3, 4 }; 12 float4 d = {({ {(({ 1, 2, 3, 4 }))} })}, { { 1, 2, 3, 4 } }; 13 }; 14 15 void main() 16 { 17 "a string" 18 } 19 20