From a2d57245289f89bc0473caa3cf9b0dad60cc6342 Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 30 Apr 2023 21:25:04 +0800 Subject: add autogen test --- tests/projects/other/autogen_codedep/src/main.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 tests/projects/other/autogen_codedep/src/main.cpp (limited to 'tests/projects/other/autogen_codedep/src/main.cpp') diff --git a/tests/projects/other/autogen_codedep/src/main.cpp b/tests/projects/other/autogen_codedep/src/main.cpp new file mode 100644 index 000000000..53f141f46 --- /dev/null +++ b/tests/projects/other/autogen_codedep/src/main.cpp @@ -0,0 +1,10 @@ +#include + +using namespace std; + +extern unsigned char data[]; + +int main(int argc, char** argv) { + cout << (const char*)data << endl; + return 0; +} -- cgit v1.3.1