export function g(a: number, b?: number, c = 0) {} export function h(a: number, b = 0, c?: number) {}