historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/dtc/tests/escapes.dts

8 lines
140 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
/dts-v1/;
/ {
compatible = "test_string_escapes";
escape-str = "nastystring: \a\b\t\n\v\f\r\\\"";
escape-str-2 = "\xde\xad\xbe\xef";
};