void main() { int a, b, c; float d,e,f; #if (ALPHA) c = a+b; #endif #ifdef BETA f = e*d; #endif }