blob: ae009bbb95333873e2007eeafbfb43c8492d1e05 [file] [log] [blame] [edit]
void f(inout float p) {
float x = p;
}
[numthreads(1, 1, 1)]
void unused_entry_point() {
}