aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/nonexist-node-ref2.dts
blob: 44b4ebeba76862aaca2c78cfb05ea30f96f571c9 (plain)
1
2
3
4
5
6
7
8
9
10
/dts-v1/;

/ {
	label: node {
	};
};

/* Try to redefine a node using a non-existent label */
&nosuchnode {
};