2018-03-15 Steven G. Kargl <kargl@gcc.gnu.org>
[official-gcc.git] / gcc / testsuite / gnat.dg / ifaces.adb
blob22513799770b1606817aa23e1b9b0fb57a148b90
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;