WSJT-X/boost/libs/config/test/cmd_line_check.cpp

9 lines
91 B
C++

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