OpenGrok
Cross Reference: nonexist-label-ref.dts
xref
: /
external
/
dtc
/
tests
/
nonexist-label-ref.dts
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
/dts-v1/;
2
3
/ {
4
ref = <&label>;
5
badref = <&nosuchlabel>;
6
label: node {
7
};
8
};
9