Last sync 2016.04.01
[deliverable/titan.core.git] / regression_test / recofOper / Circular1.ttcn
CommitLineData
3abe9331 1/******************************************************************************
d44e3c4f 2 * Copyright (c) 2000-2016 Ericsson Telecom AB
3abe9331 3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
d44e3c4f 7 *
8 * Contributors:
9 * Balasko, Jeno
10 * Baranyi, Botond
11 *
3abe9331 12 ******************************************************************************/
13
14module Circular1 {
15
16// testing pre-generated record of/set of types with circular import (HT95344)
17// modules Circular1 and Circular2 import each other
18// type CharstringList is defined in Circular2 and used here
19// (only compilation and the C++ build are tested)
20import from Circular2 all;
21
22function f_dummy(CharstringList p_param)
23{
24 log(p_param);
25}
26
27}
This page took 0.027309 seconds and 5 git commands to generate.