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