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