view gcc/testsuite/gnat.dg/inline7.adb @ 127:4c56639505ff

fix function.c and add CbC-example Makefile
author mir3636
date Wed, 11 Apr 2018 18:46:58 +0900
parents 04ced10e8804
children 1830386684a0
line wrap: on
line source

-- { dg-do compile }
-- { dg-options "-O -gnatn -Winline" }
-- { dg-warning "not marked Inline" "" { target *-*-* } 0 }
-- { dg-warning "cannot be inlined" "" { target *-*-* } 0 }

with Inline7_Pkg1; use Inline7_Pkg1;

procedure Inline7 is
begin
  Test (0);
end;