source:
branches/t3e-tools/t3q-examples/checkTestControlModuleContainmentCheck/checkTestControlModuleContainmentBad.ttcn3
@
21
Last change on this file since 21 was 4, checked in by phdmakk, 14 years ago | |
---|---|
File size: 344 bytes |
Line | |
---|---|
1 | module checkTestControlModuleContainmentBad { |
2 | import from LibCommon_time all; |
3 | |
4 | //bad part |
5 | |
6 | modulepar integer mp_1; |
7 | |
8 | modulepar { |
9 | integer mp_2; |
10 | charstring mp_3; |
11 | } |
12 | |
13 | |
14 | const integer c_1 := 1; |
15 | |
16 | group GroupedDefs{ |
17 | modulepar integer mp_4; |
18 | const integer c_2 := 2; |
19 | } |
20 | |
21 | control { |
22 | |
23 | } |
24 | |
25 | } |
Note: See TracBrowser
for help on using the repository browser.