blob: 03c3814c291ee02f99d8acc8a4e4e9a518a26e48 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
struct a {
int a;
};
void f(a a_1) {
const a b = a_1;
}