repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove building with NOCRYPTO option
[minix.git]
/
external
/
bsd
/
llvm
/
dist
/
clang
/
test
/
Index
/
preamble-reparse-cmd-define.c.remap
blob
35c140d08211c74b064b41cbc961a54b6a232a28
1
2
#ifndef CMD_MACRO
3
#error CMD_MACRO undefined
4
#endif
5
6
int foo() {
7
return x;
8
}