FastRobustICP / include /eigen /failtest /failtest_sanity_check.cpp
adfa5456's picture
Add files using upload-large-folder tool
42b9c42 verified
raw
history blame contribute delete
156 Bytes
#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