Files
UnrealEngine/Engine/Source/ThirdParty/Intel/ISPC/ispc-1.24.0/tests/lit-tests/2509.ispc
2025-05-18 13:04:45 +08: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 };
}