xref: /netbsd-src/external/gpl2/dtc/dist/tests/extra-terminating-null.dts (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1/dts-v1/;
2
3/ {
4	extranull0 = "hello world";
5	extranull1,1 = "hello world\0";
6	extranull1,2 = "hello world", "";
7	extranull2,1 = "hello world\0\0";
8	extranull2,2 = "hello world", "", "";
9	extranull2,3 = "hello world\0", "";
10	extranull2,4 = "hello world", "\0";
11};
12