aboutsummaryrefslogtreecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE_data/SequenceBadComponentType.asn1
blob: 0c33f4890691282e716ec63972f9e241ce56677a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
SequenceBadComponentType  DEFINITIONS ::=
BEGIN

T ::= Typ

Typ ::= SEQUENCE {
    a b,
    c T}

END