summaryrefslogtreecommitdiff
path: root/t/t4018/dts-root-comment
blob: 333a625c700766c82a1f43928d11d839617d1559 (plain)
1
2
3
4
5
6
7
8
/ { RIGHT /* Technically just supposed to be a slash and brace */
	#size-cells = <1>;
 
	/* This comment should be ignored */
 
	some-property = <40+2>;
	ChangeMe = <0xffeedd00>;
};