소스 검색

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