mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 16:08:09 +02:00
15 lines
178 B
ObjectPascal
15 lines
178 B
ObjectPascal
{ %FAIL }
|
|
|
|
{ prefixed attributes modeswitch disables procedure directives inside [...] }
|
|
|
|
program tcustomattr15;
|
|
|
|
{$mode delphi}
|
|
|
|
procedure Test; [cdecl];
|
|
begin
|
|
end;
|
|
|
|
begin
|
|
end.
|