Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
llvm
/
4ea8771535f16480c40481749397955190787554
/
.
/
test
/
FrontendAda
/
field_order.ads
blob: b49185d6dd807cb0f1dcb1483d00f0d7efc9927b [
file
] [
log
] [
blame
]
--
RUN
:
%
llvmgcc
-
c
%
s
package
Field_Order
is
type
Tagged_Type
is
abstract
tagged
null
record
;
type
With_Discriminant
(
L
:
Positive
)
is
new
Tagged_Type
with
record
S
:
String
(
1
..
L
);
end
record
;
end
;