Преглед изворни кода

* fixed test (it should fail)

git-svn-id: trunk@11709 -
Jonas Maebe пре 17 година
родитељ
комит
a933a70cfc
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      tests/webtbs/tw11763.pp

+ 4 - 0
tests/webtbs/tw11763.pp

@@ -1,9 +1,13 @@
+{ %fail }
+
 {$goto on}
+{$inline on}
 procedure p; inline;
 label x;
 begin
     goto x
 end;
 begin
+  p;
 end.