Skip to main content
Product
Technology
Discover
Solutions
Docs
Downloads
Pricing
Search
/
Sign in
Sign up
brintos
/
llvm-project-archived
public
Read only
Watch
0
Star
0
Fork
0
Files
Commits
Issues
2
Discussions
0
Wiki
0
Insights
llvm-project-archived
/
clang-tools-extra
/
test
/
clang-apply-replacements
/
Inputs
/
crlf
/
crlf.cpp
Text
·
86 B
·
26f7996
Raw
7 lines · cpp
1
2
// This file intentionally uses a CRLF newlines!
3
4
void foo() {
5
int *x = 0;
6
}
7