scanner: testfaelle und newline fix fuer kommentare
[uebersetzerbau-ss10.git] / scanner / test / 2test
diff --git a/scanner/test/2test b/scanner/test/2test
new file mode 100644 (file)
index 0000000..8e1597a
--- /dev/null
@@ -0,0 +1,7 @@
+method blabb
+var foo := 5;
+if foo < 0x0F3 then
+ foo := foo - 0x3;
+else
+ foo := foo * 4;
+end