boost/libs/config/test/cmd_line_check.cpp
2022-12-15 23:45:23 +08:00

9 lines
91 B
C++

#ifndef __clang__
# error "This test is for Clang only"
#endif
int main()
{
return 0;
}