@@ -0,0 +1,18 @@
+{ %fail }
+unit tb0157;
+
+interface
+procedure p1(w:word);
+implementation
+begin
+end;
+procedure p1(w:longint);
+end.