File: test-use_instance.ads

package info (click to toggle)
adabrowse 4.0.2-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,332 kB
  • ctags: 253
  • sloc: ada: 29,773; makefile: 160; ansic: 4
file content (6 lines) | stat: -rw-r--r-- 130 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
with Test.Sig_Instance;
with Test.Use_Signature;

package Test.Use_Instance is
   new Test.Use_Signature (Test.Sig_Instance);