//! test_output("matched 42") export default function () { switch (42) { case 42: return "matched 42"; } }