aboutsummaryrefslogblamecommitdiffstats
path: root/lib/asn1/test/asn1_SUITE_data/ImportsFrom.asn1
blob: 896a35d627145adb01f206855a3db2365364ff46 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















                                                                                 
ImportsFrom DEFINITIONS ::=

BEGIN

IMPORTS
Type1, Type2, Type3
FROM RemoteFile1 objid
val1, val2, val3
FROM RemoteFile2;

objid OBJECT IDENTIFIER ::= {joint-iso-ccitt(2) remote-operations(4) notation(0)}

LocalType ::= INTEGER

END