c++: prvalue of array type [PR111286]
[official-gcc.git] / gcc / testsuite / gnat.dg / inline9.adb
blob3ab23c6e47d67628c6c96e89bb4bc6cfb29b429b
1 -- { dg-do compile }
2 -- { dg-options "-O -gnatn -Winline" }
3 -- { dg-warning "not marked 'Inline'" "" { target *-*-* } 0 }
4 -- { dg-warning "cannot be inlined" "" { target *-*-* } 0 }
6 with Inline9_Pkg; use Inline9_Pkg;
8 procedure Inline9 is
9 begin
10 Test (0);
11 end;