blob: 61226c2b54e7264fef96d543f1c0613b8916a645 [file] [log] [blame]
// RUN: %clang_cc1 -triple dxil-pc-shadermodel6.3-library -x hlsl -emit-llvm -disable-llvm-passes -o - %s | FileCheck %s
void fn() {
(void)__builtin_hlsl_create_handle(0);
}
// CHECK: call ptr @llvm.dx.create.handle(i8 0)