xref: /linux/tools/bootconfig/samples/exp-good-tree.bconf (revision 770aaedb461a055f79b971d538678942b6607894)
1*8c5d862fSMasami Hiramatsu (Google)key {
2*8c5d862fSMasami Hiramatsu (Google)	word.tree.value = "0";
3*8c5d862fSMasami Hiramatsu (Google)	word2.tree.value = "1", "2";
4*8c5d862fSMasami Hiramatsu (Google)}
5*8c5d862fSMasami Hiramatsu (Google)other.tree {
6*8c5d862fSMasami Hiramatsu (Google)	value = "2";
7*8c5d862fSMasami Hiramatsu (Google)	value2 = "3";
8*8c5d862fSMasami Hiramatsu (Google)}
9