xref: /minix3/external/bsd/llvm/dist/clang/test/Format/basic.cpp (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
1 // RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
2 // RUN: clang-format -style=LLVM -i %t.cpp
3 // RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
4 
5 // CHECK: {{^int\ \*i;}}
6  int   *  i  ;
7