git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12464 626c5289-ae23-0410-ae9c-e8d60b6d4f22
22 lines
177 B
OpenEdge ABL
22 lines
177 B
OpenEdge ABL
// 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
|