source:
trunk/t3q-examples/checkNoAnyTypeKeyword/checkNoAnyTypeKeyword.ttcn3
| Last change on this file was 4, checked in by phdmakk, 16 years ago | |
|---|---|
| File size: 146 bytes | |
| Rev | Line | |
|---|---|---|
| [4] | 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.
