historical/m0-applesillicon.git/xnu-qemu-arm64-5.1.0/dtc/tests/extra-terminating-null.dts
2024-01-16 11:20:27 -06:00

11 lines
263 B
Text

/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";
};