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
compiler: give error for non-int arguments to make
[official-gcc.git]
/
gcc
/
testsuite
/
gnat.dg
/
inline13_pkg.ads
blob
814cf80ff2e1e94c4d7a8e50a16b1821f7a4ad08
1
package
Inline13_Pkg
is
2
3
subtype
Padded_T
is
String
(
1
.
.8
);
4
5
type
T
is new
Padded_T
;
6
7
function
Padded
(
Value
:
T
)
return
Padded_T
;
8
pragma
Inline_Always
(
Padded
);
9
10
end
Inline13_Pkg
;