diff options
| author | Michal Idziorek <m.i@gmx.at> | 2014-11-21 15:21:07 +0100 |
|---|---|---|
| committer | Michal Idziorek <m.i@gmx.at> | 2014-11-21 15:21:07 +0100 |
| commit | 6e8ea08166b53507f38ed7f435728b7470a061ab (patch) | |
| tree | d0669f3a70963056dbd7ffc59ab04e5cd172c52e /userspace/smalltest.c | |
| parent | 1f460d7d4fcbf29e21b3da77eab247f528f02f19 (diff) | |
trying to port binutils
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; +} |
