update experimental gcc 6 patch to gcc 6.1.0 release
[AROS.git] / test / rexx / vartest.rexx
bloba92906fbd055ab55e80d6ce79c1c69da05d733b4
1 /* Testing the variable interface */
2 a = 1
3 say 'a before call' a
4 ADDRESS VARTEST test
5 say 'a after call' a