Merge branch 'master' of https://github.com/dopefishh/cc1516
[cc1516.git] / examples / Markus / overloading.spl
index 754da17..4d8c615 100644 (file)
@@ -1,6 +1,8 @@
 // At this point you maybe don't see what the problem is.
 // Wait until you try to implement your code generator.
 
+var a = equal(1, 2);
+
 equal(x, y)
 {
   return x == y;