Home | History | Annotate | Download | only in tests
      1 #define bar with,embedded,commas
      2 #define function(x) success
      3 #define foo function
      4 foo(bar)
      5