diff options
Diffstat (limited to 't/t4018/dts-root-comment')
-rw-r--r-- | t/t4018/dts-root-comment | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/t/t4018/dts-root-comment b/t/t4018/dts-root-comment new file mode 100644 index 000000000000..333a625c7007 --- /dev/null +++ b/t/t4018/dts-root-comment @@ -0,0 +1,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>; +}; |