summaryrefslogtreecommitdiffstats
path: root/src/dtc/tests/extra-terminating-null.dts
blob: b6cc19c1827d0055c112a9a4914720617a219756 (plain)
1
2
3
4
5
6
7
8
9
10
11
/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";
};
OpenPOWER on IntegriCloud