mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-29 20:00:19 +02:00
test: fix tdfa2.pp - it is not a unit
git-svn-id: trunk@14456 -
This commit is contained in:
parent
9955e6b2bf
commit
da41694995
@ -1,11 +1,7 @@
|
||||
{ %OPT=-Oodfa -Sew -vw}
|
||||
unit tdfa;
|
||||
program tdfa2;
|
||||
{$mode objfpc}{$h+}
|
||||
|
||||
interface
|
||||
|
||||
implementation
|
||||
|
||||
procedure test0;
|
||||
const
|
||||
c: array[0..3] of integer = (0,1,2,3);
|
||||
@ -50,5 +46,5 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
|
||||
begin
|
||||
end.
|
Loading…
Reference in New Issue
Block a user