aboutsummaryrefslogtreecommitdiff
path: root/clang/test/SemaHLSL/BitInt128.hlsl
blob: bc951b240007c1760cbf8e08023055bc3f2e32e0 (plain)
1
2
3
4
5
6
7
// 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;