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