1% Check that we can allocate max number of GREGs.
2% A bit cheesy: we allocate anonymous GREGs with no handle.  This isn't
3% generally useful, but it helps keeping the number of lines down, and we
4% check that the right thing happened in the object file.
5Main SWYM 0
6	.rept 222
7	GREG
8	.endr
9