summaryrefslogtreecommitdiffstats
path: root/test/Modules/Inputs/cxx-decls-imported.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/cxx-decls-imported.h')
-rw-r--r--test/Modules/Inputs/cxx-decls-imported.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/Modules/Inputs/cxx-decls-imported.h b/test/Modules/Inputs/cxx-decls-imported.h
new file mode 100644
index 0000000..b943686
--- /dev/null
+++ b/test/Modules/Inputs/cxx-decls-imported.h
@@ -0,0 +1,5 @@
+class HasFriends {
+ friend void friend_1(HasFriends);
+ friend void friend_2(HasFriends);
+ void private_thing();
+};
OpenPOWER on IntegriCloud