Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
gnat.dg
/
opt105_pkg.adb
blob: e00de943dbff1708c787550e9599858da4f16588 [
file
]
package
body
Opt105_Pkg
is
function
Cond1
return
Boolean
is
(
False
);
function
Cond2
return
Boolean
is
(
False
);
end
Opt105_Pkg
;