blob: 2c7c9855de8d5fad71c64eadeb4d8ebe8d160ec3 [file] [log] [blame]
// Test "Missing identifier for ..." errrors
%module xxx
#ifdef
#endif
#ifndef
#endif
#if
#endif
#if defined(AAA)
#elif
#endif
#define BBB
#if !defined(BBB)
#elif
#endif