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

8 lines
302 B
Plaintext

// Check that ISPC produces error for incorrect code and does not crash. ISPC issue #2523.
// RUN: not %{ispc} %s --nowrap --nostdlib --target=host 2>&1 | FileCheck %s
// CHECK: Error: Premature end of file: syntax error
// CHECK-NOT: FATAL ERROR: Unhandled signal sent to process
void foobar() { {
}