* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gnat.dg / lto13.adb
blob7c7fe16043fdcc1013b8775cc176232ec8c6d541
1 -- { dg-do link }
2 -- { dg-options "-g -flto" { target lto } }
4 with Lto13_Pkg; use Lto13_Pkg;
6 procedure Lto13 is
7 begin
8 Proc;
9 end;