1# $FreeBSD: head/bin/sh/tests/builtins/getopts2.0 297752 2016-04-09 16:06:13Z jilles $
2set - -ax
3getopts ax option
4set -C
5getopts ax option
6printf '%s\n' "$option"
7