DEBSOURCES
Skip Quicknav
sources / preprocess / 1.1.0%2Bds-1 / test / inputs / error.py
123456789101112
#!python # #define ONE 1 # #define ZERO 0 # #define UN 1 if __name__ == '__main__': # #if ONE print "hi" # #error This is an error string. # #endif print "bye"