• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #define A(a, b) B(a, b)
2 #define C A(0, C)
3 C
4