mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-08 04:22:46 +01:00
+ test to make sure that {$x-} works properly for inlined functions
git-svn-id: trunk@11467 -
This commit is contained in:
parent
1afb1aa9cc
commit
2f2d4714d0
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -7973,6 +7973,7 @@ tests/webtbf/tw11254a.pp svneol=native#text/plain
|
||||
tests/webtbf/tw11295a.pp svneol=native#text/plain
|
||||
tests/webtbf/tw11295b.pp svneol=native#text/plain
|
||||
tests/webtbf/tw1157a.pp svneol=native#text/plain
|
||||
tests/webtbf/tw11619b.pp svneol=native#text/plain
|
||||
tests/webtbf/tw11632.pp svneol=native#text/plain
|
||||
tests/webtbf/tw1238.pp svneol=native#text/plain
|
||||
tests/webtbf/tw1251a.pp svneol=native#text/plain
|
||||
|
||||
11
tests/webtbf/tw11619b.pp
Normal file
11
tests/webtbf/tw11619b.pp
Normal file
@ -0,0 +1,11 @@
|
||||
{ %fail }
|
||||
|
||||
program TEST;
|
||||
{$EXTENDEDSYNTAX OFF}
|
||||
USES
|
||||
DOS;
|
||||
BEGIN
|
||||
IORESULT;
|
||||
END.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user