1 // RUN: clang-format -style=LLVM -i -n %s 2> %t.stderr
2 // RUN: grep -E "(.*)code should be clang-formatted(.*)" %t.stderr
3 
4 int a ;
5