diff options
Diffstat (limited to 'test/bun.js/inline.macro.js')
-rw-r--r-- | test/bun.js/inline.macro.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/bun.js/inline.macro.js b/test/bun.js/inline.macro.js new file mode 100644 index 000000000..ff0292d0a --- /dev/null +++ b/test/bun.js/inline.macro.js @@ -0,0 +1,3 @@ +export function whatDidIPass(expr, ctx) { + return ctx; +} |