summaryrefslogtreecommitdiffstats
path: root/Tests/ExportImport/Import/A/test_system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/ExportImport/Import/A/test_system.cpp')
-rw-r--r--Tests/ExportImport/Import/A/test_system.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/Tests/ExportImport/Import/A/test_system.cpp b/Tests/ExportImport/Import/A/test_system.cpp
new file mode 100644
index 0000000..aae3583
--- /dev/null
+++ b/Tests/ExportImport/Import/A/test_system.cpp
@@ -0,0 +1,9 @@
+
+#include "systemlib.h"
+
+int main()
+{
+ SystemStruct s;
+ (void)s;
+ return 0;
+}