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
PR debug/66535
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
test_debug1.adb
blob
f4d362f30bbb8650098696bc8c332885c91970c2
1
-- { dg-do compile }
2
-- { dg-options "-g" }
3
4
with
debug1
;
use
debug1
;
5
procedure
test_debug1
is
6
Blob
:
Meta_Data
;
7
begin
8
null
;
9
end
;