mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 23:40:39 +01: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.
|