Git 2.42.2
[git.git] / t / t4018 / dts-root-comment
blob333a625c700766c82a1f43928d11d839617d1559
1 / { RIGHT /* Technically just supposed to be a slash and brace */
2         #size-cells = <1>;
4         /* This comment should be ignored */
6         some-property = <40+2>;
7         ChangeMe = <0xffeedd00>;
8 };