source: trunk/t3q-examples/checkImportsComeFirst/checkImportsComeFirstBad.ttcn3 @ 22

Last change on this file since 22 was 4, checked in by phdmakk, 14 years ago
File size: 269 bytes
Line 
1module checkImportsComeFirst {
2        import from LibCommon_time all;
3   
4    type record MyRecordType {
5        integer field1 optional,
6        charstring field2,
7        boolean field3
8    }
9    //more imports after other definitions
10
11        import from LibCommon_clock all;
12
13}
Note: See TracBrowser for help on using the repository browser.