OSDN Git Service

* gnat.dg/interface5.ad[sb]: New test.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / ifaces.adb
1 with Text_IO; use Text_IO;
2 package body Ifaces is
3    procedure op1 (this : Root) is begin null; end;
4    procedure op2 (this : DT)   is begin null; end;
5 end;