platform_external_dtc/tests/nonexist-label-ref.dts

9 lines
80 B
Text
Raw Normal View History

/dts-v1/;
/ {
ref = <&label>;
badref = <&nosuchlabel>;
label: node {
};
};