Sign in
gnu
/
gcc.git
/
ab7c7b46c35ed1be68d4c020a2f20ee96f68b64b
/
.
/
gcc
/
testsuite
/
gnat.dg
/
test_debug1.adb
blob: f4d362f30bbb8650098696bc8c332885c91970c2 [
file
] [
log
] [
blame
]
--
{
dg
-
do
compile
}
--
{
dg
-
options
"-g"
}
with
debug1
;
use
debug1
;
procedure test_debug1
is
Blob
:
Meta_Data
;
begin
null
;
end
;