瀏覽代碼

* 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.