]> Cypherpunks.ru repositories - goredo.git/blobdiff - t/apenwarr/111-example/main.c
Import tests from apenwarr/redo and redo.sh
[goredo.git] / t / apenwarr / 111-example / main.c
diff --git a/t/apenwarr/111-example/main.c b/t/apenwarr/111-example/main.c
new file mode 100644 (file)
index 0000000..35e746b
--- /dev/null
@@ -0,0 +1,8 @@
+#include <stdio.h>
+#include "mystr.h"
+
+int main()
+{
+    printf("%s\n", mystr);
+    return 0;
+}