aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/codegen-opt/bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/Modules/Inputs/codegen-opt/bar.h')
-rw-r--r--test/Modules/Inputs/codegen-opt/bar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Modules/Inputs/codegen-opt/bar.h b/test/Modules/Inputs/codegen-opt/bar.h
new file mode 100644
index 000000000000..a00e8f70e089
--- /dev/null
+++ b/test/Modules/Inputs/codegen-opt/bar.h
@@ -0,0 +1,2 @@
+#include "foo.h"
+inline void bar() { foo(); }