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

8 lines
163 B
Plaintext

// RUN: %{ispc} %s > %t 2>&1
// RUN: FileCheck --input-file=%t %s
// CHECK-NOT: Error
#ifndef ISPC_UINT_IS_DEFINED
typedef unsigned int64 uint64;
#endif
uint64 a;