From 7a15f43c268a3cd192fedbcf6f0a65ab80f1646d Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 26 Nov 2025 00:49:39 +0800 Subject: add pack macapp test --- tests/plugins/pack/console/src/main.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/plugins/pack/console/src/main.cpp (limited to 'tests/plugins/pack/console/src/main.cpp') diff --git a/tests/plugins/pack/console/src/main.cpp b/tests/plugins/pack/console/src/main.cpp new file mode 100644 index 000000000..55d2f380a --- /dev/null +++ b/tests/plugins/pack/console/src/main.cpp @@ -0,0 +1,8 @@ +#include + +using namespace std; + +int main(int argc, char **argv) { + cout << "hello world!" << endl; + return 0; +} -- cgit v1.3.1