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 target/84336
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
debug11_pkg2.ads
blob
350f51c5b40a41a4152f500016814f55ac7a356e
1
package
Debug11_Pkg2
is
2
3
Foreign_Imported_Var
:
Integer
;
4
pragma
Import
(
C
,
Foreign_Imported_Var
,
"imported_var"
);
5
6
function
Foreign_Imported_Func
return
Integer
;
7
pragma
Import
(
C
,
Foreign_Imported_Func
,
"imported_func"
);
8
9
end
Debug11_Pkg2
;