aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cat/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/cmd/cat/test.c')
-rw-r--r--sys/cmd/cat/test.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/cmd/cat/test.c b/sys/cmd/cat/test.c
new file mode 100644
index 0000000..c1b850e
--- /dev/null
+++ b/sys/cmd/cat/test.c
@@ -0,0 +1,8 @@
+#include <u.h>
+#include <libn.h>
+
+error
+main()
+{
+ return 0;
+}