Files
2026-08-27 21:09:14 +00:00

9 lines
269 B
Plaintext

// Bun Snapshot v1, https://bun.sh/docs/test/snapshots
exports[`issue/03830 macros should not lead to seg faults under any given input 1`] = `
"2 | fn(\`©\${Number(0)}\`);
^
error: "Cannot convert argument type to JS" error in macro
at [dir]/index.ts:2:1"
`;