fork(3) download
  1. #include "stdio.h"
  2. #define A a
  3.  
  4. int main() {
  5. int a = 5;
  6.  
  7. printf("%d\n", A);
  8. return 0;
  9. }
  10.  
Success #stdin #stdout 0s 1832KB
stdin
Standard input is empty
stdout
5