Entry 1964
C test
Submitted by Ludo6431
on June 28, 2009 at 3:53 p.m.
Language: C. Code size: 233 bytes.
#include <stdio.h> #define TEST #if 0 int u=0; #endif int main(int argc, char *argv) { printf("main\n"); if(1) { printf("1\n"); } else { printf("0\n"); } return 1; }
This snippet took 0.00 seconds to highlight.
Back to the Entry List or Home.