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
runtime: copy more of scheduler from Go 1.7 runtime
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
warn9.adb
blob
38f9d71e4101e3967830f449f8859892513e74a9
1
-- { dg-do compile }
2
-- { dg-options "-Wuninitialized" }
3
4
pragma
Warnings
(
Off
);
5
6
function
Warn9
return
Integer
is
7
I
:
Integer
;
8
begin
9
return
I
;
10
end
;