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