source:
trunk/t3q-examples/checkNoUnusedImports/importAll.ttcn3
@
4
| Last change on this file since 4 was 4, checked in by phdmakk, 16 years ago | |
|---|---|
| File size: 186 bytes | |
| Line | |
|---|---|
| 1 | module importAll { |
| 2 | |
| 3 | const integer c_B := 43; |
| 4 | |
| 5 | type component comp_A { |
| 6 | |
| 7 | } |
| 8 | |
| 9 | type component comp_Aa { |
| 10 | |
| 11 | } |
| 12 | |
| 13 | group x{ |
| 14 | function f_A () runs on comp_A { |
| 15 | |
| 16 | } |
| 17 | } |
| 18 | altstep a_A () { |
| 19 | } |
| 20 | } |
Note: See TracBrowser
for help on using the repository browser.
