fork download
  1. #define LOG(x,y)
  2. #define MY_LOG_MESSAGE 1,2
  3.  
  4. #define LOG1(x) LOG(x)
  5.  
  6. int main() {
  7. LOG1(MY_LOG_MESSAGE);
  8. }
  9.  
Success #stdin #stdout 0s 3336KB
stdin
Standard input is empty
stdout
Standard output is empty