Skip to content

Commit

Permalink
add test for #205
Browse files Browse the repository at this point in the history
  • Loading branch information
hlorenzi committed Jun 30, 2024
1 parent 1ebf76e commit b544c51
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions tests/issue205/err.asm
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
#subruledef foo
{
f{i:u4} => i
}


#ruledef bar
{
[{f:foo}] => 0xa @ f
[{i:u4}] => 0xb @ i
}


foo:
bar:
[f10]
[bar]
[foo] ; error: failed / note:_:9: within / note:_:3: within / error: unknown symbol `oo`

0 comments on commit b544c51

Please sign in to comment.