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