1%define a b
2%error a
3%scope
4%define a c
5%error a
6%scope
7%define a d
8%error a
9%endscope
10%error a
11%endscope
12%error a
13%endscope
14