fpc/tests/webtbf/tw25862.pp
Jonas Maebe 9420a5d7a7 * also check for targets not supporting -gc/checkpointer functionality in
compiler directives, not just on the command line (mantis #25862)

git-svn-id: trunk@27128 -
2014-03-13 20:42:18 +00:00

9 lines
97 B
ObjectPascal

{ %skipcpu=i386,powerpc }
{ %fail }
{$MODE OBJFPC} {$CHECKPOINTER ON}
program test;
begin
end.