Pārlūkot izejas kodu

* problem with mixedup scanner in the current 1.1 compiler

peter 23 gadi atpakaļ
vecāks
revīzija
06a83acad6
2 mainītis faili ar 18 papildinājumiem un 0 dzēšanām
  1. 11 0
      tests/tbs/tb0406.pp
  2. 7 0
      tests/tbs/ub0406.pp

+ 11 - 0
tests/tbs/tb0406.pp

@@ -0,0 +1,11 @@
+unit tb0406;
+
+{$ifndef WITH_FULL}
+
+interface
+uses ub0406;
+
+implementation
+
+end.
+{$endif}

+ 7 - 0
tests/tbs/ub0406.pp

@@ -0,0 +1,7 @@
+unit ub0406;
+interface
+
+implementation
+uses tb0406;
+
+end.