index
:
ppe42-gcc
gcc-4_9_2-ppe42
GCC for the PPE42
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
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;