mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-06 02:31:30 +02:00
* fixed test, enabled for freebsd, darwin, solaris
git-svn-id: trunk@3151 -
This commit is contained in:
parent
8b67fbcba4
commit
22dbdea481
@ -1,5 +1,5 @@
|
||||
{ %version=1.1 }
|
||||
{ %TARGET=linux }
|
||||
{ %TARGET=linux,freebsd,darwin,solaris }
|
||||
|
||||
{$linklib c}
|
||||
|
||||
@ -11,8 +11,8 @@ procedure printf(t:pchar);varargs;cdecl;external;
|
||||
var
|
||||
t : tprintfproc;
|
||||
begin
|
||||
printf('Proc test %d %s %f'#10,1,'test',1234.5678);
|
||||
printf('Proc test %d %s %lf'#10,1,'test',1234.5678);
|
||||
|
||||
t:=@printf;
|
||||
t('Procvar test %d %s %f'#10,2,'test',1234.5678);
|
||||
t('Procvar test %d %s %lf'#10,2,'test',1234.5678);
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user