Merge branch 'mr/bisect-save-pointer-to-const-string'
[git] / t / t4018 / dts-root-comment
1 / { RIGHT /* Technically just supposed to be a slash and brace */
2         #size-cells = <1>;
3
4         /* This comment should be ignored */
5
6         some-property = <40+2>;
7         ChangeMe = <0xffeedd00>;
8 };