xref
: /
llvm-project
/
clang-tools-extra
/
test
/
clang-apply-replacements
/
Inputs
/
crlf
/
crlf.cpp
(revision 4aba5fa774821279c2e2e26dd6ed6e1c6a151044)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
// This file intentionally uses a CRLF newlines!
3
foo()
4
void
foo
() {
5
int
*
x
=
0
;
6
}
7