Files
Android11/external/dtc/tests/nonexist-node-ref.dts
2023-10-13 14:01:41 +00:00

9 lines
88 B
Plaintext

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