about summary refs log tree commit diff stats
path: root/shell/macroexpand.mu
blob: 018fa200c5bebfb96e221c40c148e759d734188b (plain) (blame)
1
2
3
fn macroexpand _in-ah: (addr handle cell), _out-ah: (addr handle cell), globals: (addr global-table), trace: (addr trace) {
  copy-object _in-ah, _out-ah
}