aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/hello_world_error.c8
-rw-r--r--tests/hello_world_error.cpp8
2 files changed, 16 insertions, 0 deletions
diff --git a/tests/hello_world_error.c b/tests/hello_world_error.c
new file mode 100644
index 00000000..c76b5baf
--- /dev/null
+++ b/tests/hello_world_error.c
@@ -0,0 +1,8 @@
+#in clu de <st dio.h>
+
+int main() {
+ cheez burger
+ printf("hello, world!\n");
+ return 1;
+}
+
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;
+}
+