remove unused files
[platform/upstream/gcc48.git] / gcc / testsuite / gnat.dg / volatile10.adb
1 -- { dg-do compile }
2
3 with Volatile10_Pkg; use Volatile10_Pkg;
4
5 procedure Volatile10 is
6    N : Num;
7 begin
8    N := F.N1;
9    N := F.N2;
10 end;