source: trunk/t3q-examples/checkNoInlineTemplates/checkNoInlineTemplates.ttcn3 @ 4

Last change on this file since 4 was 4, checked in by phdmakk, 14 years ago
File size: 221 bytes
Line 
1module checkNoInlineTemplates {
2    testcase tc_00 ()
3    runs on someComponent {
4
5        //...
6        somePort.send ( someDataType:{
7            field1 := 1,
8            field2 := true
9        } );
10
11    //...
12    }
13
14}
Note: See TracBrowser for help on using the repository browser.