source:
trunk/t3q-examples/checkNoAnyTypeKeyword/checkNoAnyTypeKeyword.ttcn3
@
4
Last change on this file since 4 was 4, checked in by phdmakk, 15 years ago | |
---|---|
File size: 146 bytes |
Line | |
---|---|
1 | module checkNoAnyTypeKeyword { |
2 | type integer A; |
3 | |
4 | const anytype c_1 := { A := 1}; |
5 | |
6 | function f_example1(in anytype p1){ |
7 | |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.