Home | History | Annotate | Download | only in tests
      1 #define expand(x) expand(x once)
      2 #define foo(x) x
      3 foo(expand(just))
      4