OSDN Git Service

* gcc-interface/trans.c (Call_to_gnu): Robustify test for function case
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gnat.dg / limited_with3.adb
1 -- { dg-do compile }
2
3 with Limited_With3_Pkg3;
4
5 package body Limited_With3 is
6
7   procedure Dummy is begin null; end;
8
9 end Limited_With3;