basic.cpp 187 B

123456
  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. // CHECK: {{^int\ \*i;}}
  5. int * i ;