cgal/Installation/test/Installation/will_fail.cpp

6 lines
55 B
C++

#include <cstdlib>
int f() {
return EXIT_FAILURE;
}