source:
trunk/t3q-examples/checkNoUnusedFormalParameters/tmp.ttcn3
@
58
Last change on this file since 58 was 4, checked in by phdmakk, 14 years ago | |
---|---|
File size: 127 bytes |
Line | |
---|---|
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.