Explorar o código

+ test for #27543 which is fixed meanwhile

git-svn-id: trunk@40731 -
florian %!s(int64=6) %!d(string=hai) anos
pai
achega
22365a1f57
Modificáronse 2 ficheiros con 11 adicións e 0 borrados
  1. 1 0
      .gitattributes
  2. 10 0
      tests/webtbf/tw27543.pp

+ 1 - 0
.gitattributes

@@ -14686,6 +14686,7 @@ tests/webtbf/tw2724.pp svneol=native#text/plain
 tests/webtbf/tw2739.pp svneol=native#text/plain
 tests/webtbf/tw2751.pp svneol=native#text/plain
 tests/webtbf/tw2752.pp svneol=native#text/plain
+tests/webtbf/tw27543.pp svneol=native#text/pascal
 tests/webtbf/tw2787.pp svneol=native#text/plain
 tests/webtbf/tw27880.pp svneol=native#text/pascal
 tests/webtbf/tw2795.pp svneol=native#text/plain

+ 10 - 0
tests/webtbf/tw27543.pp

@@ -0,0 +1,10 @@
+{ %fail }
+function x():longint;
+begin
+end;
+
+begin
+
++ x;
+
+end.