Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.24.0/tests/lit-tests/discard-indentifier-1.ispc
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

10 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
const int r = 7;
r = 1;