historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/dtc/tests/extra-terminating-null.dts

12 lines
263 B
Text
Raw Normal View History

2024-01-16 17:20:27 +00:00
/dts-v1/;
/ {
extranull0 = "hello world";
extranull1,1 = "hello world\0";
extranull1,2 = "hello world", "";
extranull2,1 = "hello world\0\0";
extranull2,2 = "hello world", "", "";
extranull2,3 = "hello world\0", "";
extranull2,4 = "hello world", "\0";
};