NativeEnumerated.c vars NULL init and check
[com/asn1c.git] / tests / tests-asn1c-compiler / 124-multiconstraint-OK.asn1.-EF
1 ModuleMultiConstraint { iso org(3) dod(6) internet(1) private(4) enterprise(1)
2         spelio(9363) software(1) asn1c(5) test(1) 124 }
3 DEFINITIONS AUTOMATIC TAGS ::=
4 BEGIN
5
6 T ::= VisibleString (PATTERN "^[a-z]+$") (CONSTRAINED BY { ... })
7
8 END