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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
SemaCXX
/
Inputs
/
register.h
blob
3c412eeb1205b8d6a3671a500ac36a620537d193
1
#pragma GCC system_header
2
#pragma once
3
4
inline
void
f
() {
register
int
k
; }
5
#define to_int(x) ({ register int n = (x); n; })