summaryrefslogtreecommitdiff
path: root/tests/testdata/no_local_fixup.base_dts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/no_local_fixup.base_dts')
-rw-r--r--tests/testdata/no_local_fixup.base_dts7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/testdata/no_local_fixup.base_dts b/tests/testdata/no_local_fixup.base_dts
new file mode 100644
index 0000000..01bad36
--- /dev/null
+++ b/tests/testdata/no_local_fixup.base_dts
@@ -0,0 +1,7 @@
+/dts-v1/;
+/ {
+ a: a {
+ b = "b";
+ c = "c";
+ };
+ };