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
/
volatile12.adb
blob
91f3831ecde865ecd0e619483403c52518c726c8
1
-- { dg-do compile }
2
3
package body
Volatile12
is
4
5
procedure
Proc
(
A
:
Arr
)
is begin null
;
end
;
6
7
end
Volatile12
;