Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / SemaHLSL / BitInt128.hlsl
blobbc951b240007c1760cbf8e08023055bc3f2e32e0
1 // RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -ast-dump -o - %s -verify
3 // expected-error@+1 {{_BitInt is not supported on this target}}
4 _BitInt(128) i128;
6 // expected-error@+1 {{_BitInt is not supported on this target}}
7 unsigned _BitInt(128) u128;