mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:09:31 +02:00

compiler directives, not just on the command line (mantis #25862) git-svn-id: trunk@27128 -
9 lines
97 B
ObjectPascal
9 lines
97 B
ObjectPascal
{ %skipcpu=i386,powerpc }
|
|
{ %fail }
|
|
|
|
{$MODE OBJFPC} {$CHECKPOINTER ON}
|
|
program test;
|
|
|
|
begin
|
|
end.
|