azjezz 479f51913c
chore: remove build script
Signed-off-by: azjezz <azjezz@protonmail.com>
2022-12-05 18:36:04 +01:00

54 lines
1.4 KiB
Plaintext

[
Function {
name: Identifier {
start: (
3,
10,
),
name: "foo",
end: (
3,
13,
),
},
attributes: [],
params: [],
body: [
Static {
vars: [
StaticVar {
var: Variable {
start: (
4,
12,
),
name: "a",
end: (
4,
14,
),
},
default: None,
},
StaticVar {
var: Variable {
start: (
4,
16,
),
name: "b",
end: (
4,
18,
),
},
default: None,
},
],
},
],
return_type: None,
by_ref: false,
},
]