summaryrefslogtreecommitdiffstats
path: root/tests/input/psfmakefea.feax
blob: 6de3523e75bbbb8022d3a5203e135a7fc3530d16 (plain)
1
2
3
4
5
6
7
8
@base = [A a];
@basex = [A.x a.x];
@basey = [A.y a.y];

feature alt {
    sub @base from [@basex @basey];
} alt;