7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
// RUN: %{ispc} --target=host --nostdlib --nowrap -o %t.o %s
|
|
|
|
export void foo(void (* uniform f)(int));
|
|
export void foo(void (* uniform f)(int))
|
|
{
|
|
}
|