blob: 69cdd3cf72d0679c753bd3601558f1918516bd4e [file] [log] [blame]
module notif1 {
namespace "n1";
prefix "n1";
notification n1 {
leaf first {
type string;
}
}
}