2009-09-17 Sebastian Pop <sebastian.pop@amd.com>
[official-gcc/graphite-test-results.git] / gcc / testsuite / gnat.dg / discr20.adb
blob358d5654058c56bafa6848ea041ac978949d9b38
1 -- { dg-do compile }
3 package body Discr20 is
5 function Get (X : Wrapper) return Def is
6 begin
7 return X.It;
8 end Get;
10 end Discr20;