diff options
Diffstat (limited to 'tests/projects/other/autogen_codedep/src/main.cpp')
| -rw-r--r-- | tests/projects/other/autogen_codedep/src/main.cpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/projects/other/autogen_codedep/src/main.cpp b/tests/projects/other/autogen_codedep/src/main.cpp deleted file mode 100644 index 3241308f7..000000000 --- a/tests/projects/other/autogen_codedep/src/main.cpp +++ /dev/null @@ -1,10 +0,0 @@ -#include <iostream> - -using namespace std; - -extern unsigned char g_codegen_data[]; - -int main(int argc, char** argv) { - cout << (const char*)g_codegen_data << endl; - return 0; -} |
