1 // RUN: %clang_cc1 -finclude-default-header -triple dxil-pc-shadermodel6.3-library %s \
2 // RUN: -emit-llvm -disable-llvm-passes -o - | FileCheck %s
4 // CHECK: define void @_Z2f1v() [[Attr:\#[0-9]+]]
8 // CHECK: define void @_ZN11MyNamespace2f2Ev() [[Attr]]
9 namespace MyNamespace {
15 // CHECK: define void @_Z2f3v() [[Attr]]
16 // CHECK: define void @_Z2f4v() [[Attr]]
21 // CHECK: attributes [[Attr]] = { {{.*}} "hlsl.export" {{.*}} }