blob: c1161b88a230df45001d5caf9a94fd03b870aa2d [file] [log] [blame]
struct S {
int i;
uint u;
float f;
bool b;
};
[numthreads(1, 1, 1)]
void f() {
S v = (S)0;
}