aboutsummaryrefslogtreecommitdiff
path: root/build/client-using-test-piece-3.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'build/client-using-test-piece-3.cpp')
-rw-r--r--build/client-using-test-piece-3.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/build/client-using-test-piece-3.cpp b/build/client-using-test-piece-3.cpp
new file mode 100644
index 00000000..dd52b2ef
--- /dev/null
+++ b/build/client-using-test-piece-3.cpp
@@ -0,0 +1,6 @@
+#include <other_package/IBaz.h>
+
+// Enum type should be available here since IBaz.h includes Enum.h
+void acceptEnum(other_package::Enum n) {
+ (void)n;
+}