summaryrefslogtreecommitdiffstats
path: root/tests/input/psfmakefea_2.feax
blob: 90fd24ef039c7c6bc75f3d6f97e21139f7be9a8a (plain)
1
2
3
4
5
6
7
8
9
10
11
def func(x, y) {
    return x + y
} func;

feature test {
do  for a = [a1 a2 a3];
    let b = "g"+str(func(int(a[1]), 4));
    {
        @c = [$b];
    }
} test;