aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/templates-right.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/templates-right.h')
-rw-r--r--test/Modules/Inputs/templates-right.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/Inputs/templates-right.h b/test/Modules/Inputs/templates-right.h
index 32487c60c269..bb3f7c30182a 100644
--- a/test/Modules/Inputs/templates-right.h
+++ b/test/Modules/Inputs/templates-right.h
@@ -51,3 +51,5 @@ void outOfLineInlineUseRightH(void (OutOfLineInline<int>::*)() = &OutOfLineInlin
inline int *getStaticDataMemberRight() {
return WithUndefinedStaticDataMember<int[]>::undefined;
}
+
+inline WithAttributes<int> make_with_attributes_right() { return WithAttributes<int>(); }