// ---------------------------------------------------------------------- // // wctype.cc - Test vulnerability to DEFECT_NO_UNSIGNED_ENUM. // // History: // 02-Aug-1999 WEB Initial draft // 02-Sep-1999 WEB No defect if no header // 25-Apr-2001 WEB s//"ISOcxx\/ISOcxxSyntax.hh"/ // // ---------------------------------------------------------------------- #include "ISOcxx/ISOcxxSyntax.hh" #ifndef DEFECT_NO_WCTYPE_H_HEADER # include #endif int main() { return 0; } // main()