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