summaryrefslogtreecommitdiff
path: root/test/pending/run/t5692/Test_2.scala
blob: 29251a5ef5ae7b97f32b9deaa78d50e9d0a64d06 (plain) (blame)
1
2
3
4
object Test extends App {
  val x = Macros.decl
  def y() { Macros.decl(); }
}