aboutsummaryrefslogtreecommitdiff
path: root/tests/hello_world_error.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/hello_world_error.cpp')
-rw-r--r--tests/hello_world_error.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/hello_world_error.cpp b/tests/hello_world_error.cpp
new file mode 100644
index 00000000..c76b5baf
--- /dev/null
+++ b/tests/hello_world_error.cpp
@@ -0,0 +1,8 @@
+#in clu de <st dio.h>
+
+int main() {
+ cheez burger
+ printf("hello, world!\n");
+ return 1;
+}
+