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

8 lines
88 B
Text

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