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