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