dwww Home | Show directory contents | Find package

// Test "Unexpected tokens after ..." errors
%module xxx

#ifndef AAA
#endif rubbish

#ifdef AAA
#endif rubbish

#ifdef AAA
#else rubbish
#endif

#define BBB

#ifdef BBB
#else
#endif rubbish

#if !defined(BBB)
#else rubbish
#endif

Generated by dwww version 1.15 on Tue Jul 2 00:16:49 CEST 2024.