blob: 8f7b3abb3549b3f0fc0cc36090658ea6cf3acb0b [file] [log] [blame]
%module xxx
#define ZERO 0
#if 1%ZERO
#endif
#if 2/ZERO
#endif
#if 1%(5-5)
#endif
#if 2/(55-55)
#endif