import scala.reflect.macros.{Context => Ctx} object Impls { def foo(c: Ctx) = 2 }