Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.24.0/tests/lit-tests/1071.ispc
2025-05-18 13:04:45 +08:00

8 lines
190 B
Plaintext

// RUN: not %{ispc} --target=host --nostdlib --nowrap -o - --emit-llvm-text %s 2>&1 | FileCheck %s
// CHECK-NOT: FATAL ERROR:
export uniform float test (uniform float a)
{
return a *
}