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
* gcc.dg/stack-check-5.c: Skip with -fstack-protector.
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
opt48.adb
blob
3f611cd1d6a656cf7b4f08af474958f83f43d70f
1
-- { dg-do run }
2
-- { dg-options "-O" }
3
4
with
Opt48_Pkg1
;
use
Opt48_Pkg1
;
5
with
Opt48_Pkg2
;
use
Opt48_Pkg2
;
6
7
procedure
Opt48
is
8
begin
9
if
Get_Z
/= (
12
,
"Hello world!"
)
then
10
raise
Program_Error
;
11
end if
;
12
end
;