diff options
Diffstat (limited to 'Tests/InterfaceLibrary/item.cpp')
-rw-r--r-- | Tests/InterfaceLibrary/item.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/InterfaceLibrary/item.cpp b/Tests/InterfaceLibrary/item.cpp new file mode 100644 index 0000000..85cda1b --- /dev/null +++ b/Tests/InterfaceLibrary/item.cpp @@ -0,0 +1,4 @@ +int item() +{ + return 0; +} |