bolt/deps/llvm-18.1.8/clang/test/SemaHLSL/BitInt128.hlsl

8 lines
271 B
HLSL
Raw Normal View History

2025-02-14 19:21:04 +01:00
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -ast-dump -o - %s -verify
// expected-error@+1 {{_BitInt is not supported on this target}}
_BitInt(128) i128;
// expected-error@+1 {{_BitInt is not supported on this target}}
unsigned _BitInt(128) u128;