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