diff --git a/.gitattributes b/.gitattributes index ec9ab2a095..dd7c8c2895 100644 --- a/.gitattributes +++ b/.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 diff --git a/tests/webtbf/tw27543.pp b/tests/webtbf/tw27543.pp new file mode 100644 index 0000000000..3c6ae65d5a --- /dev/null +++ b/tests/webtbf/tw27543.pp @@ -0,0 +1,10 @@ +{ %fail } +function x():longint; +begin +end; + +begin + ++ x; + +end. \ No newline at end of file