aboutsummaryrefslogtreecommitdiff
path: root/sys/cmd/cat/test.c
blob: c1b850e96d3d0144560d5948df41e920c1d9a61d (plain)
1
2
3
4
5
6
7
8
#include <u.h>
#include <libn.h>

error
main()
{
    return 0;
}