dtc/tests/nonexist-label-ref.dts

9 lines
80 B
Plaintext

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