COSC-4P80-Assignment-2/lib/eigen-3.4.0/failtest/failtest_sanity_check.cpp

6 lines
156 B
C++
Raw Permalink Normal View History

2024-10-21 16:42:03 -04:00
#ifdef EIGEN_SHOULD_FAIL_TO_BUILD
This is just some text that won't compile as a C++ file, as a basic sanity check for failtest.
#else
int main() {}
#endif