historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/dtc/tests/nonexist-label-ref.dts
2024-01-16 11:20:27 -06:00

8 lines
80 B
Text

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