llvm/clang/test/utils/update-verify-tests/infer-indentation.test

# RUN: cp %S/Inputs/infer-indentation.c %t.c && not %clang_cc1 -verify %t.c 2>&1 | %update-verify-tests
# RUN: diff --strip-trailing-cr %S/Inputs/infer-indentation.c.expected %t.c
# RUN: %clang_cc1 -verify %t.c