export function a() { alert("a"); } function b() { a(); } b();