summaryrefslogtreecommitdiff
path: root/tests/cpu-program/cpu-hello-world.slang
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpu-program/cpu-hello-world.slang')
-rw-r--r--tests/cpu-program/cpu-hello-world.slang7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/cpu-program/cpu-hello-world.slang b/tests/cpu-program/cpu-hello-world.slang
deleted file mode 100644
index a44761e8f..000000000
--- a/tests/cpu-program/cpu-hello-world.slang
+++ /dev/null
@@ -1,7 +0,0 @@
-//TEST:EXECUTABLE:
-
-export __extern_cpp int main()
-{
- printf("Hello World.\n");
- return 0;
-}