summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/codegen-nodep/foo.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Modules/Inputs/codegen-nodep/foo.h')
-rw-r--r--clang/test/Modules/Inputs/codegen-nodep/foo.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/clang/test/Modules/Inputs/codegen-nodep/foo.h b/clang/test/Modules/Inputs/codegen-nodep/foo.h
index af91e8d263b..e7b20a512db 100644
--- a/clang/test/Modules/Inputs/codegen-nodep/foo.h
+++ b/clang/test/Modules/Inputs/codegen-nodep/foo.h
@@ -1,5 +1,11 @@
template <typename T>
-void ftempl() {
+void foot() {
}
-inline void f() {
+inline void foo() {
}
+
+template <typename T>
+struct bart {
+};
+struct bar {
+};
OpenPOWER on IntegriCloud