From acccacadd43f998d144865322eb2561698a2173d Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 12 Oct 2023 22:49:05 +0800 Subject: add custom scopeapis test --- tests/apis/custom_scopeapis/src/main.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 tests/apis/custom_scopeapis/src/main.cpp (limited to 'tests/apis/custom_scopeapis/src/main.cpp') diff --git a/tests/apis/custom_scopeapis/src/main.cpp b/tests/apis/custom_scopeapis/src/main.cpp new file mode 100644 index 000000000..7c435d251 --- /dev/null +++ b/tests/apis/custom_scopeapis/src/main.cpp @@ -0,0 +1,9 @@ +#include + +using namespace std; + +int main(int argc, char** argv) +{ + cout << "hello world!" << endl; + return 0; +} -- cgit v1.3.1