source: trunk/t3q-examples/checkNoUnusedFormalParameters/tmp.ttcn3

Last change on this file was 4, checked in by phdmakk, 14 years ago
File size: 127 bytes
Line 
1module 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.