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
/
test
/
Lexer
/
Inputs
/
out-of-order-define.h
Text
·
75 B
·
d38e93f
Raw
8 lines · c
1
#ifndef out_of_order
2
3
#define something_else
4
5
#define out_of_order
6
7
#endif
8