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
[NFC][AArch64] Explicitly define undefined bits for instructions (#122129)
[llvm-project.git]
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
sub.h
blob
63d4234ce7076cfe8a6f891cc8501d8d5419bc63
1
#ifndef SUB_H
2
#define SUB_H
3
const int
sub
=
42
;
4
#endif