source:
trunk/t3q-examples/checkNoUnusedFormalParameters/tmp.ttcn3
@
33
Last change on this file since 33 was 4, checked in by phdmakk, 14 years ago | |
---|---|
File size: 127 bytes |
Rev | Line | |
---|---|---|
[4] | 1 | module tmp { |
2 | template t_t t_templ2 (integer xxx) :={ | |
3 | f1 := xxx, | |
4 | f2 := xxx | |
5 | } | |
6 | function f_x(integer yyy){ | |
7 | f_x(yyy); | |
8 | } | |
9 | } |
Note: See TracBrowser
for help on using the repository browser.