#include #include #include #ifdef CGAL_HAS_LEDA_ARITHMETIC_KERNEL #include int main() { typedef CGAL::LEDA_arithmetic_kernel AK; CGAL::test_arithmetic_kernel(); return 0; } #else int main() { return 0; } #endif