Home | History | Annotate | Download | only in testcase
      1 x := one
      2 x += two $(x)
      3 $(info $(x))
      4 
      5 # TODO: shouldn't crash.
      6 #y = one
      7 #y += two $(y)
      8 #$(info $(y))