about summary refs log tree commit diff stats
path: root/shell/macroexpand.mu
diff options
context:
space:
mode:
Diffstat (limited to 'shell/macroexpand.mu')
-rw-r--r--shell/macroexpand.mu3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/macroexpand.mu b/shell/macroexpand.mu
new file mode 100644
index 00000000..018fa200
--- /dev/null
+++ b/shell/macroexpand.mu
@@ -0,0 +1,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
+}