1include "arch/regress/conf/std.regress" 2 3maxusers 4 4 5file-system REGRESSFS 6 7master0 at root 8 9parenti* at master? 10 11# Here, parenti is negated before the child* instance is declared. That 12# means the child* instance does not qualify as an explicit orphan and 13# therefore should _not_ be ignored. 14# 15# config(1) should error out on that config file. 16 17no parenti 18 19child* at parenti? 20 21config regress root on ? 22