11 lines
111 B
Plaintext
11 lines
111 B
Plaintext
|
|
/dts-v1/;
|
||
|
|
|
||
|
|
/ {
|
||
|
|
label: node {
|
||
|
|
};
|
||
|
|
};
|
||
|
|
|
||
|
|
/* Try to redefine a node using a non-existent label */
|
||
|
|
&nosuchnode {
|
||
|
|
};
|