summaryrefslogtreecommitdiffstats
path: root/src/dtc/tests/nonexist-label-ref.dts
blob: 25927a109ac380af4ec2937bdd203df87182490b (plain)
1
2
3
4
5
6
7
8
/dts-v1/;

/ {
	ref = <&label>;
	badref = <&nosuchlabel>;
	label: node {
	};
};
OpenPOWER on IntegriCloud