repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
P0329R4: Designated Initialization
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt15_pkg.adb
blob
ebb1d263e81ae39ae6dc11ec72e34042719087ea
1
package body
Opt15_Pkg
is
2
3
procedure
Trace_Non_Inlined
is
4
begin
5
raise
Program_Error
;
6
end
;
7
8
procedure
Trace_Inlined
is
9
begin
10
Trace_Non_Inlined
;
11
end
;
12
13
end
Opt15_Pkg
;