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