fork download
  1. const int CONSTANT_A=1;
  2. #ifdef OPENMP
  3.  
  4. void test(int a,int b){
  5. if(CONSTANT_A!=0){
  6. printf("%d-%d",a,b);
  7. }
  8. }
  9. #endif OPENMP
  10.  
  11. int main(){
  12.  
  13. printf("hello");
  14.  
  15.  
  16. }
Success #stdin #stdout 0s 5320KB
stdin
Standard input is empty
stdout
hello