Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / assignmentNotation / TassignmentNotation_First.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2014 Ericsson Telecom AB
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
7 ###############################################################################
8 [MODULE_PARAMETERS]
9 /* This is a parse error in mctr_gui. */
10 TassignmentNotation.tsp_index := ${INDEX, integer}
11 TassignmentNotation.tsp_param :=
12 {
13 [0] := { a := 0, b := ${INDEX, integer}, c := 2 },
14 [${INDEX, integer}] := { a := 3, b := 4, c := 5 },
15 [${INDEX, integer} + 1] := { a := 11 * 3, b := 11 * 2, c := 11 * ${INDEX, integer} }
16 }
This page took 0.050508 seconds and 5 git commands to generate.