xref: /llvm-project/clang/test/Format/cursor.cpp (revision 7048edb104791e575fe109b7d8868760bc052b91)
13cb667edSNico Weber // RUN: grep -Ev "// *[A-Z-]+:" %s | clang-format -style=LLVM -cursor=6 \
23cb667edSNico Weber // RUN:   | FileCheck -strict-whitespace %s
3*7048edb1SDaniel Jasper // CHECK: {{^\{ "Cursor": 3, }}
42a250b8bSDaniel Jasper // CHECK: {{^int\ \i;$}}
52a250b8bSDaniel Jasper  int    i;
6