blob: 9caa1b9d36488b3ec761879a584a77384f2ceefb [file] [log] [blame]
-- { dg-do compile }
with Interfaces.C;
procedure Warn15.Core.Main is
use type Interfaces.C.unsigned; -- { dg-error "\"C\" not declared in \"Interfaces\"" }
begin
null;
end Warn15.Core.Main;