• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // RUN: %clang_cc1 %s -E | grep 'foo(A, )'
2 
3 #define X(Y) foo(A, Y)
4 X()
5 
6