diff options
Diffstat (limited to 'clang/test/Modules/Inputs/cxx-decls-imported.h')
| -rw-r--r-- | clang/test/Modules/Inputs/cxx-decls-imported.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/cxx-decls-imported.h b/clang/test/Modules/Inputs/cxx-decls-imported.h index e69de29bb2d..b94368614df 100644 --- a/clang/test/Modules/Inputs/cxx-decls-imported.h +++ b/clang/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(); +}; |

