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

13 lines
196 B
Plaintext

// RUN: not %{ispc} --target=host --nowrap --nostdlib %s 2>&1 | FileCheck %s
// CHECK-NOT: FATAL ERROR: Unhandled signal sent to process
struct S
{
float x;
};
void f()
{
S s = { b };
}