Create embedded-5_0-branch branch for development on ARM embedded cores.
[official-gcc.git] / embedded-5_0-branch / gcc / testsuite / gnat.dg / lto11.ads
blob386d5ac4620a23eb1b9a064e33802e705ea3e4cf
1 with Ada.Streams; use Ada.Streams;
3 package Lto11 is
5 type Vector is array (Positive range <>) of Float;
7 procedure Write (S : not null access Root_Stream_Type'Class; V : Vector);
9 end Lto11;