mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 10:54:59 +01:00
* add mode objfpc directive
git-svn-id: trunk@7129 -
This commit is contained in:
parent
d4ee12c000
commit
22ba9ea4e6
@ -1,3 +1,6 @@
|
||||
|
||||
{$mode objfpc}
|
||||
|
||||
program TestGetSetProp;
|
||||
{$APPTYPE CONSOLE}{$PACKSET 1}
|
||||
|
||||
@ -31,4 +34,4 @@ begin
|
||||
if GetSetProp(C, 'St')<>'ckNormal,ckVip' then
|
||||
halt(1);
|
||||
writeln('ok');
|
||||
end.
|
||||
end.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user