Files
config/test/cmd_line_check.cpp
2014-02-07 13:08:03 +00:00

9 lines
91 B
C++

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