1+ ./dict_open unionmap:{static:one,static:two,inline:{foo=three}} read
2owner=trusted (uid=2147483647)
3> get foo
4foo=one,two,three
5> get bar
6bar=one,two
7+ ./dict_open unionmap:{static:one,fail:fail} read
8owner=trusted (uid=2147483647)
9> get foo
10foo: error
11