DEBSOURCES
Skip Quicknav
sources / preprocess / 1.1.0%2Bds-1 / test / inputs / else_expr.py
12345678910111213
#!python # #define ONE 1 # #define ZERO 0 # #define UN 1 if __name__ == '__main__': # #if ONE print "hi" # #else ZERO print "hello" # #endif print "bye"