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
c++: prvalue of array type [PR111286]
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
source_ref2.adb
blob
cc2d57655e2d1a68ddf0173d99f2cf071a41fcda
1
pragma
Source_Reference
(
1
,
"p2.adb"
);
2
3
procedure
Source_Ref2
is
4
pragma
Source_Reference
(
2
,
"p2.adb"
);
5
begin
6
null
;
7
end
;