1272343Sngieinclude "arch/regress/conf/std.regress"
2272343Sngie
3272343Sngiemaxusers 4
4272343Sngie
5272343Sngiefile-system	REGRESSFS
6272343Sngie
7272343Sngiemaster0		at root
8272343Sngie
9272343Sngieparenti*	at master?
10272343Sngie
11272343Sngie# Here, parenti is negated before the child* instance is declared.  That
12272343Sngie# means the child* instance does not qualify as an explicit orphan and
13272343Sngie# therefore should _not_ be ignored.
14272343Sngie#
15272343Sngie# config(1) should error out on that config file.
16272343Sngie
17272343Sngieno parenti
18272343Sngie
19272343Sngiechild*		at parenti?
20272343Sngie
21272343Sngieconfig regress root on ?
22