Browse Source

* mode delphi

git-svn-id: trunk@585 -
peter 20 years ago
parent
commit
f673f050a8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      tests/webtbs/tw4151.pp

+ 3 - 0
tests/webtbs/tw4151.pp

@@ -1,6 +1,9 @@
 { Source provided for Free Pascal Bug Report 4151 }
 { Source provided for Free Pascal Bug Report 4151 }
 { Submitted by "Christian Iversen" on  2005-07-03 }
 { Submitted by "Christian Iversen" on  2005-07-03 }
 { e-mail: [email protected] }
 { e-mail: [email protected] }
+
+{$mode delphi}
+
 program foo;
 program foo;
 type
 type
   t = (a, b, c);
   t = (a, b, c);