mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 15:48: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 ;
|