repo.or.cz
/
libtasn1.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
(asn1_read_value): Fix prototype to avoid warning.
[libtasn1.git]
/
src
/
asn1Coding_test.asn
blob
2189ee58ac7ff3dbfe0b9aabbe70f0dd88813c4d
1
Test { }
2
3
DEFINITIONS IMPLICIT TAGS ::=
4
5
BEGIN
6
7
Sequence1 ::= SEQUENCE {
8
int1 INTEGER,
9
int2 INTEGER
10
}
11
12
END