dwww Home | Show directory contents | Find package

%module xxx

#ifndef FOO
long long i;
/* Check we get an error for an unknown directive (this should be #elif).
 * Unknown directives were silently ignored by SWIG < 3.0.3. */
#elsif defined(BAR)
long i;
#else
int i;
#endif

Generated by dwww version 1.15 on Tue Jul 2 00:11:19 CEST 2024.