3 namespace "urn:test:simple-module";
7 "Copyright (C) 2024 Ericsson
8 Modifications Copyright (C) 2024 OpenInfra Foundation Europe";
12 typedef typedef01 { // references unknown type but the typedef itself is not used.
16 grouping grouping01 { // contains wrong statement, but the grouping is never used.
17 unknown-statement "Hello!";
26 leaf leaf02 { // uses unknown type but will be deviated-out.
30 leaf leaf03 { // uses unknown type
35 deviation /this:cont1/leaf02 {
36 deviate not-supported;