diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-20 11:06:42 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-20 11:06:42 -0800 |
commit | b873de5c3e30d6596c09a6789e0a820d6ff7f0c2 (patch) | |
tree | 68bc987ea18220349885da96f06612c20dc3ca6b /tests/hello_world_error.cpp | |
parent | 8060c58d107a76d78526714e81c18e1344793620 (diff) |
missing test files
Diffstat (limited to 'tests/hello_world_error.cpp')
-rw-r--r-- | tests/hello_world_error.cpp | 8 |
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; +} + |