diff options
Diffstat (limited to 'tests/test_cases/deps/chain/qux.cpp')
-rw-r--r-- | tests/test_cases/deps/chain/qux.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_cases/deps/chain/qux.cpp b/tests/test_cases/deps/chain/qux.cpp new file mode 100644 index 0000000..e0499cc --- /dev/null +++ b/tests/test_cases/deps/chain/qux.cpp @@ -0,0 +1,5 @@ +#include "qux.hpp" + +#include <cstdio> + +void print_qux(std::string s) { printf("[qux]: %s\n", s.data()); } |