PR testsuite/86649
[official-gcc.git] / gcc / testsuite / gnat.dg / warn15-core-main.adb
blob9caa1b9d36488b3ec761879a584a77384f2ceefb
1 -- { dg-do compile }
3 with Interfaces.C;
5 procedure Warn15.Core.Main is
6 use type Interfaces.C.unsigned; -- { dg-error "\"C\" not declared in \"Interfaces\"" }
7 begin
8 null;
9 end Warn15.Core.Main;