mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-01-06 08:50:46 +01:00
+ dummy test1 unit added for dbx tests
This commit is contained in:
parent
d0dbe5a3f5
commit
1d5d3b421a
@ -1,11 +1,11 @@
|
||||
program TestProgram;
|
||||
program TestProgram;
|
||||
|
||||
|
||||
uses
|
||||
{$ifdef go32v2}
|
||||
dpmiexcp,
|
||||
{$endif}
|
||||
Test2;
|
||||
test1, Test2;
|
||||
|
||||
const A = 1234;
|
||||
C = #1#2#3#4;
|
||||
|
||||
9
ide/text/test1.pas
Normal file
9
ide/text/test1.pas
Normal file
@ -0,0 +1,9 @@
|
||||
unit test1;
|
||||
|
||||
{ dummy unit for test of dbx stabs info PM }
|
||||
|
||||
interface
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
Loading…
Reference in New Issue
Block a user