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
/
Index
/
preamble-reparse-cmd-define.c.remap
Text
·
85 B
·
ab0a0db
Raw
9 lines · plain
1
2
#ifndef CMD_MACRO
3
#error CMD_MACRO undefined
4
#endif
5
6
int foo(void) {
7
return x;
8
}
9