dwww Home | Show directory contents | Find package

// Test "Missing identifier for ..." errors
%module xxx

#ifdef
#endif

#ifndef
#endif

#if
#endif

#if defined(AAA)
#elif
#endif


#define BBB

#if !defined(BBB)
#elif
#endif

Generated by dwww version 1.15 on Tue Jul 2 00:28:22 CEST 2024.