xref
: /
netbsd-src
/
external
/
gpl2
/
dtc
/
dist
/
tests
/
nonexist-label-ref.dts
(revision f3cfa6f6ce31685c6c4a758bc430e69eb99f50a4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
/dts-v1/;
2
3
/ {
4
ref = <&label>;
5
badref = <&nosuchlabel>;
6
label: node {
7
};
8
};
9