From 243ddec82d865010efcc35d0989c5fdffb0dff84 Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 24 Dec 2020 00:35:32 +0800 Subject: improve parse header deps --- tests/projects/other/parse_headerdeps/src/test1.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/projects/other/parse_headerdeps/src/test1.cpp (limited to 'tests/projects/other/parse_headerdeps/src/test1.cpp') 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; +} -- cgit v1.3.1