export function foo() { // deno-coverage-ignore-start if (1 > 2) { console.log("That's odd!"); } }