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

4 lines
105 B
Plaintext

// RUN: %{ispc} --target=host %s > %t 2>&1
typedef bool<2> bool2;
void MakeBool2(bool2 arg1) { return; }