brintos

brintos / llvm-project-archived public Read only

0
0
Text · 271 B · bc951b2 Raw
8 lines · plain
1// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -ast-dump -o - %s -verify2 3// expected-error@+1 {{_BitInt is not supported on this target}}4_BitInt(128) i128;5 6// expected-error@+1 {{_BitInt is not supported on this target}}7unsigned _BitInt(128) u128;8