index
:
cbb-gcc-4.6.4
main
compiler building blocks: cbb-gcc-4.6.4: including full support for the midipix targets
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gcc
/
testsuite
/
gnat.dg
/
dispatch1_p.ads
blob: 73de627516ab205601cd02485a5bf46936d18ae4 (
plain
)
1
2
3
4
package
dispatch1_p
is
type
I1
is
interface
;
type
DT_I1
is
new
I1
with
null record
;
end
;