repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RISC-V: Add support for riscv-*-*.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
warn15-core-main.adb
blob
9caa1b9d36488b3ec761879a584a77384f2ceefb
1
-- { dg-do compile }
2
3
with
Interfaces
.
C
;
4
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
;