blob: 2fa6f90ce506d171af4ebfe871e18d8bfeeaf775 [file] [log] [blame]
[numthreads(1, 1, 1)]
void unused_entry_point() {
return;
}
struct _A {
int _B;
};
void f() {
const _A c = (_A)0;
const int d = c._B;
}