summaryrefslogtreecommitdiff
path: root/test/wasm_backend/hello_world_real.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/wasm_backend/hello_world_real.cpp')
-rw-r--r--test/wasm_backend/hello_world_real.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/wasm_backend/hello_world_real.cpp b/test/wasm_backend/hello_world_real.cpp
deleted file mode 100644
index 1e39e8bd4..000000000
--- a/test/wasm_backend/hello_world_real.cpp
+++ /dev/null
@@ -1,6 +0,0 @@
-#include <stdio.h>
-
-int main() {
- printf("hello, world!\n");
-}
-