blob: 732a331bb57ab2697c2e6cb84a3bfdfe20863e9e [file] [log] [blame]
BanjoAst {
primary_namespace: "banjo.examples.librarya",
namespaces: {
"banjo.examples.librarya": [
Struct {
attributes: Attrs(
[]
),
name: "Point",
fields: [
StructField {
attributes: Attrs(
[]
),
ty: Float32,
ident: Ident {
namespace: None,
name: "x"
},
val: None
},
StructField {
attributes: Attrs(
[]
),
ty: Float32,
ident: Ident {
namespace: None,
name: "y"
},
val: None
}
]
}
]
}
}