xref: /openbmc/linux/tools/bootconfig/samples/good-mixed-kv3.bconf (revision 53e8558837be58c1d44d50ad87247a8c56c95c13)
1# mixed key and subkeys with braces
2key = value
3key {
4	subkey1
5	subkey2 = foo
6}
7