aboutsummaryrefslogtreecommitdiffstats
path: root/odd.1.c
diff options
context:
space:
mode:
Diffstat (limited to 'odd.1.c')
-rw-r--r--odd.1.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/odd.1.c b/odd.1.c
new file mode 100644
index 0000000..a9a3390
--- /dev/null
+++ b/odd.1.c
@@ -0,0 +1,3 @@
+void main () {
+ _Bool b = 10 % 2;
+}