llvm-project/clang-tools-extra/test/cpp11-migrate/no_xform.cpp

7 lines
129 B
C++

// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
// RUN: not cpp11-migrate %t.cpp --
int main(int argc, char** argv) {
return 0;
}