summaryrefslogtreecommitdiffstats
path: root/Tests/InterfaceLibrary/item_fake.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/InterfaceLibrary/item_fake.cpp')
-rw-r--r--Tests/InterfaceLibrary/item_fake.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Tests/InterfaceLibrary/item_fake.cpp b/Tests/InterfaceLibrary/item_fake.cpp
new file mode 100644
index 0000000..b4bd829
--- /dev/null
+++ b/Tests/InterfaceLibrary/item_fake.cpp
@@ -0,0 +1,5 @@
+extern int item_undefined();
+int item()
+{
+ return item_undefined();
+}