Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gnat.dg/warn15-core-main.adb

10 lines
202 B
Ada

-- { 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;