summaryrefslogtreecommitdiff
path: root/tests/value-labels.dts
blob: 490c609f7fb098db82a91fe183375b19c9f0be25 (plain)
1
2
3
4
5
6
7
8
/dts-v1/;

/ {
	prop1: prop1 = start1: "a", mid1: "b" end1:;
	prop2: prop2 = start2: < innerstart2: 0xdeadbeef innermid2: 0xabcd1234 innerend2: > end2:;
	prop3: prop3 = start3: [ innerstart3: ab innermid3: cd innerend3: ] end3:;
};