PR target/84336
[official-gcc.git] / gcc / testsuite / gnat.dg / return3.adb
blob0f6e3fc64d4fc845c300132eeff660ac0078086d
1 -- { dg-do compile { target *-*-linux* } }
2 -- { dg-options "-gdwarf-2" }
4 procedure Return3 is
5 begin
6 return;
7 end;
9 -- { dg-final { scan-assembler "loc 1 6" } }