summaryrefslogtreecommitdiff
path: root/tests/projects/other/parse_headerdeps/src/test1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/projects/other/parse_headerdeps/src/test1.cpp')
-rw-r--r--tests/projects/other/parse_headerdeps/src/test1.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/projects/other/parse_headerdeps/src/test1.cpp b/tests/projects/other/parse_headerdeps/src/test1.cpp
new file mode 100644
index 000000000..46c4224d3
--- /dev/null
+++ b/tests/projects/other/parse_headerdeps/src/test1.cpp
@@ -0,0 +1,8 @@
+// test1.cpp
+#include "common/test1.hpp"
+
+int main(int argc, char** argv)
+{
+ f();
+ return 0;
+}