diff options
| author | ruki <[email protected]> | 2020-12-24 00:35:32 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2020-12-24 00:35:32 +0800 |
| commit | 243ddec82d865010efcc35d0989c5fdffb0dff84 (patch) | |
| tree | 0e4c44ea58779b43347a784569a0bec447313d12 /tests/projects/other/parse_headerdeps/src/test1.cpp | |
| parent | b64f0d5aa9b93b03505acaf050edb6bd422f2aa7 (diff) | |
improve parse header deps
Diffstat (limited to 'tests/projects/other/parse_headerdeps/src/test1.cpp')
| -rw-r--r-- | tests/projects/other/parse_headerdeps/src/test1.cpp | 8 |
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; +} |
