repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Preprocessor
/
hash_space.c
blob
ac97556cda0dd243ba7228320ccd959201d84eef
1
// RUN: %clang_cc1 %s -E | grep " #"
2
3
// Should put a space before the # so that -fpreprocessed mode doesn't
4
// macro expand this again.
5
#define HASH #
6
HASH define foo bar