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

8 lines
287 B
Plaintext

// RUN: not %{ispc} -o - -g ../ 2>&1 | FileCheck -check-prefix=CHECK-DIR %s
// RUN: not %{ispc} -o - ../ 2>&1 | FileCheck -check-prefix=CHECK-DIR %s
// CHECK-DIR-NOT: FATAL ERROR: Unhandled signal sent to process
// CHECK-DIR: Error: File {{.*}} is a directory.
void foo() { return; }