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
PR ipa/83051
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
remote_call_iface.adb
blob
6816ad95a654d476314cc9d215d493472057ab06
1
-- { dg-do compile }
2
3
package body
Remote_Call_Iface
is
4
procedure
Proc
is begin null
;
end
;
5
begin
6
Proc
;
7
end
Remote_Call_Iface
;