libgomp: Document 'GOMP_teams4'
[official-gcc.git] / gcc / testsuite / gnat.dg / inline3.adb
blob9eae4696ff0b5cd896dd8f3735612e17588bf6af
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;