diff options
Diffstat (limited to 'userspace/smalltest.c')
| -rw-r--r-- | userspace/smalltest.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/userspace/smalltest.c b/userspace/smalltest.c new file mode 100644 index 0000000..905869d --- /dev/null +++ b/userspace/smalltest.c @@ -0,0 +1,4 @@ +int main() +{ + return 0; +} |
