@@ -1,11 +1,11 @@
-program TestProgram;
+program TestProgram;
uses
{$ifdef go32v2}
dpmiexcp,
{$endif}
- Test2;
+ test1, Test2;
const A = 1234;
C = #1#2#3#4;
@@ -0,0 +1,9 @@
+unit test1;
+
+{ dummy unit for test of dbx stabs info PM }
+interface
+implementation
+end.