1#
2# A test that includes itself. But really it includes the
3# self.test from the parent suite, not itself.
4#
5let $a=1;
6source self.test;
7let $a=2;
8source self.test;
9