Blob Blame History Raw
module c1 {
  namespace "urn:c1";
  prefix c1_mod;

  container top {
    leaf leaf {
      type string;
    }
  }
}