summaryrefslogtreecommitdiff
path: root/test/FrontendAda/var_size.adb
blob: 291f91d4eebdd6b9bb3d26b4074fc07d9e98e20e (plain)
1
2
3
4
5
6
7
-- RUN: %llvmgcc -S %s -I%p/Support
package body Var_Size is
   function A (X : T) return String is
   begin
      return X.A;
   end;
end;