* gcc-interface/trans.c (node_has_volatile_full_access) <N_Identifier>:
[official-gcc.git] / gcc / testsuite / gnat.dg / inline3.adb
blobb0ba51360dab7364066f9a88de05fc08852650ce
1 -- { dg-do compile }
2 -- { dg-error "not marked Inline_Always" "" { target *-*-* } 0 }
3 -- { dg-error "cannot be inlined" "" { target *-*-* } 0 }
5 with Inline3_Pkg; use Inline3_Pkg;
7 procedure Inline3 is
8 begin
9 Test (0);
10 end;