Skip to content

Commit b544c51

Browse files
committed
add test for #205
1 parent 1ebf76e commit b544c51

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/issue205/err.asm

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
#subruledef foo
2+
{
3+
f{i:u4} => i
4+
}
5+
6+
7+
#ruledef bar
8+
{
9+
[{f:foo}] => 0xa @ f
10+
[{i:u4}] => 0xb @ i
11+
}
12+
13+
14+
foo:
15+
bar:
16+
[f10]
17+
[bar]
18+
[foo] ; error: failed / note:_:9: within / note:_:3: within / error: unknown symbol `oo`

0 commit comments

Comments
 (0)