// uncomment to test // would trigger errors/warning in the testsuite // fail to compile // #define CGAL_NO_DEPRECATED_CODE 1 // message 1 // #define CGAL_DEPRECATED_HEADER "test_header.h" // // message 2 // #define CGAL_DEPRECATED_HEADER "test_header.h" // #define CGAL_REPLACEMENT_HEADER "test_replacement_header.h" // #include int main() { return 0; }