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