blob: 4b58137e7733716b206d8dfca1eae5114aa4b954 (
plain)
1
2
3
4
5
6
7
8
9
|
%% Test to make sure the %exit command really exits.
%% The 'foo' command doesn't exist, so if that line is reached the parser
%% throws an error.
%mode init
A1:1
A2:2
%exit
%foo
|