aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/templates-left.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/templates-left.h')
-rw-r--r--test/Modules/Inputs/templates-left.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/Inputs/templates-left.h b/test/Modules/Inputs/templates-left.h
index cbe89434f9f3..4f7abeef1fa0 100644
--- a/test/Modules/Inputs/templates-left.h
+++ b/test/Modules/Inputs/templates-left.h
@@ -70,3 +70,5 @@ namespace EmitDefaultedSpecialMembers {
inline int *getStaticDataMemberLeft() {
return WithUndefinedStaticDataMember<int[]>::undefined;
}
+
+inline WithAttributes<int> make_with_attributes_left() { return WithAttributes<int>(); }