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