@@ -0,0 +1,4 @@
+uses ub0158a;
+
+begin
+end.
@@ -0,0 +1,13 @@
+unit ub0158a;
+interface
+uses ub0158b;
+implementation
+{ should give "duplicate identifier error", because already used in the }
+{ interface }
@@ -0,0 +1,7 @@
+unit ub0158b;