about summary refs log tree commit diff
path: root/third_party/git/t/t4018/dts-nodes-boolean-prop
blob: afc6b5b404e41276f5f8c43164f2ba9bcbb227c2 (plain) (blame)
1
2
3
4
5
6
7
8
9
/ {
	label_1: node1@ff00 {
		RIGHT@deadf00,4000 {
			boolean-prop1;

			ChangeMe;
		};
	};
};