From 6e8ea08166b53507f38ed7f435728b7470a061ab Mon Sep 17 00:00:00 2001 From: Michal Idziorek Date: Fri, 21 Nov 2014 15:21:07 +0100 Subject: trying to port binutils --- userspace/smalltest.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 userspace/smalltest.c (limited to 'userspace/smalltest.c') 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; +} -- cgit v1.2.3