aboutsummaryrefslogtreecommitdiff
path: root/examples/working-compiler/scope-macro.test
blob: 8eb96bbc485adc7c4eac777aa41bb47c8ca83bb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  /outer_macro dump
} /macro defq

{
  {
    /inner_macro dump
  } "macro" defq

  /here dump
  macro
  /there dump
} *

macro