Files
llvm-project/clang/test/Format/basic.cpp
T

7 lines
187 B
C++
Raw Normal View History

2013-03-25 09:14:25 +00:00
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
2013-04-12 10:12:01 +00:00
// RUN: clang-format -style=LLVM -i %t.cpp
2013-03-25 09:14:25 +00:00
// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
// CHECK: {{^int\ \*i;}}
int * i ;