summaryrefslogtreecommitdiffstats
path: root/inf/liga/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'inf/liga/test.c')
-rw-r--r--inf/liga/test.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/inf/liga/test.c b/inf/liga/test.c
new file mode 100644
index 0000000..b412386
--- /dev/null
+++ b/inf/liga/test.c
@@ -0,0 +1,5 @@
+int main (void) {
+ int a = 123;
+ double b = 123.4;
+ return (b == a);
+}