xref: /freebsd/bin/sh/tests/builtins/getopts2.0 (revision cc68614da8232d8baaca0ae0d0dd8f890f06623e)
1# $FreeBSD$
2set - -ax
3getopts ax option
4set -C
5getopts ax option
6printf '%s\n' "$option"
7