]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - test/Format/basic.cpp
Vendor import of clang tags/RELEASE_33/final r183502 (effectively, 3.3
[FreeBSD/FreeBSD.git] / test / Format / basic.cpp
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  ;