Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gnat.dg
/
warn15-core-main.adb
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
;