blob: 97df910ad042335a2570cfd0acab8df740bdca87 [file] [log] [blame]
struct A
{
float4 a;
float4 b;
float4 c = { 1, 2, 3, 4 };
float4 d = { ({ { ( ({ 1, 2, 3, 4 })) } }) }, { { 1, 2, 3, 4 } };
};
void main()
{
"a string"
}