swig/Examples/test-suite/errors/cpp_c_bool.i

6 lines
120 B
OpenEdge ABL

%module xxx
struct A {
// C99 _Bool should not be a keyword in C++ so this should not give an error.
bool _Bool;
};