summaryrefslogtreecommitdiff
path: root/userspace/exception.c
diff options
context:
space:
mode:
Diffstat (limited to 'userspace/exception.c')
-rw-r--r--userspace/exception.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/userspace/exception.c b/userspace/exception.c
deleted file mode 100644
index 4f72c86..0000000
--- a/userspace/exception.c
+++ /dev/null
@@ -1,4 +0,0 @@
-int main()
-{
- return 10/0;
-}