mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-20 12:05:48 -04:00
7 lines
175 B
C++
7 lines
175 B
C++
// RUN: grep -Ev "// *[A-Z-]+:" %s > %t.cpp
|
|
// RUN: clang-format -i %t.cpp
|
|
// RUN: FileCheck -strict-whitespace -input-file=%t.cpp %s
|
|
|
|
// CHECK: {{^int\ \*i;}}
|
|
int * i ;
|