aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/nonexist-label-ref.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dtc/tests/nonexist-label-ref.dts')
-rw-r--r--dtc/tests/nonexist-label-ref.dts8
1 files changed, 8 insertions, 0 deletions
diff --git a/dtc/tests/nonexist-label-ref.dts b/dtc/tests/nonexist-label-ref.dts
new file mode 100644
index 00000000..25927a10
--- /dev/null
+++ b/dtc/tests/nonexist-label-ref.dts
@@ -0,0 +1,8 @@
+/dts-v1/;
+
+/ {
+ ref = <&label>;
+ badref = <&nosuchlabel>;
+ label: node {
+ };
+};