Files
2025-05-18 13:04:45 +08:00

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))
{
}