@@ -0,0 +1,13 @@
+{ %Fail}
+{$mode delphi}
+var s : string;
+
+begin
+ s:='''
+Test
+Multi
+Line
+`;
+ writeln(s);
+end.