From 8b7e074fed4ae0a8d2b3ac31c2db83273c88f719 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 12 Jun 2016 14:48:55 +0300 Subject: Add test 6. --- tools/ci/samples/test6.cpp | 12 ++++++++++++ tools/ci/samples/test6.h | 6 ++++++ 2 files changed, 18 insertions(+) create mode 100644 tools/ci/samples/test6.cpp create mode 100644 tools/ci/samples/test6.h (limited to 'tools') diff --git a/tools/ci/samples/test6.cpp b/tools/ci/samples/test6.cpp new file mode 100644 index 0000000..3a39d53 --- /dev/null +++ b/tools/ci/samples/test6.cpp @@ -0,0 +1,12 @@ +#include "test6.h" + +#ifndef QQQ +#include "include1.h" +#else // QQQ +#include "include2.h" +#endif // QQQ + +int function1() +{ + return 0; +} diff --git a/tools/ci/samples/test6.h b/tools/ci/samples/test6.h new file mode 100644 index 0000000..9001bfc --- /dev/null +++ b/tools/ci/samples/test6.h @@ -0,0 +1,6 @@ +#ifndef TEST6 +#define TEST6 + +int function1(); + +#endif // TEST6 \ No newline at end of file -- cgit v1.2.3-70-g09d2