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