Sign in
llvm
/
llvm-archive
/
7d3ebf3eceb2e527e4135de9fbfc712843f3003a
/
.
/
dragonegg
/
test
/
validator
/
ada
/
abi_overflow.ads
blob: 2467df5b45d0a7f43c23c911af5ce1891178cb77 [
file
] [
log
] [
blame
]
--
RUN
:
true
package
ABI_Overflow
is
type T
is
array
(
1
..
3
)
of
Character
;
procedure
Foo
(
X
:
T
);
end
;