summaryrefslogtreecommitdiff
path: root/tests/plugins/pack/src/main.cpp
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-08 23:42:54 +0800
committerruki <[email protected]>2023-11-08 23:42:54 +0800
commit559db0ba424acaf4f591083e495d97c918931c05 (patch)
treee44ea2e9f54db881c0ea508d76aa6e5dbbd9daa2 /tests/plugins/pack/src/main.cpp
parent8ce0d2db2afce770744ca07031a191c7456942ee (diff)
add xpack stub
Diffstat (limited to 'tests/plugins/pack/src/main.cpp')
-rw-r--r--tests/plugins/pack/src/main.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/plugins/pack/src/main.cpp b/tests/plugins/pack/src/main.cpp
new file mode 100644
index 000000000..7c435d251
--- /dev/null
+++ b/tests/plugins/pack/src/main.cpp
@@ -0,0 +1,9 @@
+#include <iostream>
+
+using namespace std;
+
+int main(int argc, char** argv)
+{
+ cout << "hello world!" << endl;
+ return 0;
+}