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