aboutsummaryrefslogtreecommitdiffstats
path: root/test/monniaux/codegen/comp0.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/monniaux/codegen/comp0.c')
-rw-r--r--test/monniaux/codegen/comp0.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/monniaux/codegen/comp0.c b/test/monniaux/codegen/comp0.c
new file mode 100644
index 00000000..60f8ba77
--- /dev/null
+++ b/test/monniaux/codegen/comp0.c
@@ -0,0 +1,3 @@
+int toto(unsigned x) {
+ return (x < 0) ? 1 : 2;
+}