package object Macros { def foo: Unit = macro Impls.foo } object Test extends dotty.runtime.LegacyApp { import Macros._ foo }