xref: /aosp_15_r20/external/dtc/tests/sourceoutput.dts (revision cd60bc56d4bea3af4ec04523e4d71c2b272c8aff)
1/dts-v1/;
2
3/ {
4	/* Some versions had an off-by-2 bug which caused an abort
5	 * when outputting labels within strings like this in source
6	 * format */
7	prop1: prop1 = start1: "foo", mid1: "bar" end1: ;
8
9	/* Make sure that we correctly handle source output of things
10	 * which could almost be expressed as strings, except for the
11	 * embedded labels */
12	prop2 = start2: [66 6f 6f], mid2: "bar" end2: ;
13};
14
15