repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Format
/
multiple-inputs.cpp
blob
df267149fe5db87d9dbc8f96f0428fe793a95bb6
1
// RUN: cp %s %t-1.cpp
2
// RUN: cp %s %t-2.cpp
3
// RUN: clang-format -style=LLVM %t-1.cpp %t-2.cpp|FileCheck -strict-whitespace %s
4
5
// CHECK: {{^int\ \*i;}}
6
// CHECK: {{^int\ \*i;}}
7
int
*
i
;