check DEFAULT resolver

git-svn-id: https://asn1c.svn.sourceforge.net/svnroot/asn1c/trunk@344 59561ff5-6e30-0410-9f3c-9617f08c8826
This commit is contained in:
vlm 2004-09-15 11:53:22 +00:00
parent c4dadcdc30
commit c23e15be50
2 changed files with 6 additions and 2 deletions

View File

@ -14,8 +14,10 @@ BEGIN
T ::= [5] EXPLICIT SEQUENCE {
a INTEGER,
b [0] INTEGER OPTIONAL,
c [1] INTEGER DEFAULT 10,
c [1] INTEGER DEFAULT ten,
d [5] EXPLICIT INTEGER
}
ten INTEGER ::= 10
END

View File

@ -8,8 +8,10 @@ BEGIN
T ::= [5] EXPLICIT SEQUENCE {
a INTEGER,
b [0] IMPLICIT INTEGER OPTIONAL,
c [1] IMPLICIT INTEGER DEFAULT <?>,
c [1] IMPLICIT INTEGER DEFAULT 10,
d [5] EXPLICIT INTEGER
}
ten INTEGER ::= 10
END