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