fpc/tests/webtbf/tw25788.pp
florian e755a19c42 * win64 ignores -Cg
git-svn-id: trunk@27040 -
2014-03-09 10:51:42 +00:00

18 lines
246 B
ObjectPascal

{ %norun }
{ %opt=-Cg }
{ %fail }
{ %target=linux,freebsd,darwin }
unit tw25788;
interface
//const a=1; // uncomment this to make it fail as expected
{$ifdef FPC_PIC}
{$error Don't want this to compile with PIC}
{$endif}
implementation
end.