Files
config/test/cmd_line_check.cpp

9 lines
91 B
C++
Raw Normal View History

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