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

7 lines
200 B
Plaintext

// RUN: not %{ispc} --target=host --nostdlib --nowrap -o - %s 2>&1 | FileCheck %s
// CHECK: Error: syntax error
// CHECK-NOT: FATAL ERROR: Unhandled signal sent to process
float16 2.0f16 = two_f16;