//! test_error(Error{"message":"Test error"}) export default function () { throw new Error("Test error"); }