fpc/tests/webtbs/tw25930.pp
Jonas Maebe 724a6e9019 * fixed -Sx (mantis #25930)
git-svn-id: trunk@27697 -
2014-04-30 19:43:34 +00:00

20 lines
217 B
ObjectPascal

{ %norun }
{ %opt=-Sx }
{ this is file a.pas }
begin try write('') finally write('') end end .
{
$
$
$ fpc -Mfpc -Sx a
a.pas(3,13) Error: Identifier not found "try"
. . . .
$
$
$ fpc -Mfpc -Mexceptions a
$
$
}