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

9 lines
156 B
C++

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