1# $FreeBSD: head/tools/regression/bin/sh/builtins/getopts2.0 182301 2008-08-27 20:26:34Z stefanf $
2set - -ax
3getopts ax option
4set -C
5getopts ax option
6echo $option
7