qemu/dtc/tests/char_literal.dts

6 lines
69 B
Plaintext

/dts-v1/;
/ {
char-literal-cells = <'\r' 'b' '\0' '\'' '\xff'>;
};