mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 00:28:23 +02:00
* added missing FAIL
This commit is contained in:
parent
d3aa0f3f26
commit
313beddf2e
@ -1,3 +1,5 @@
|
||||
{ %FAIL }
|
||||
|
||||
procedure p(a:array of char);
|
||||
begin
|
||||
end;
|
||||
|
@ -1,3 +1,5 @@
|
||||
{ %FAIL }
|
||||
|
||||
unit tw1316;
|
||||
interface
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
{ %FAIL }
|
||||
|
||||
{$mode fpc}
|
||||
program test_const_objects;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user