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
[Reland][Runtimes] Merge 'compile_commands.json' files from runtimes build (#116303)
[llvm-project.git]
/
clang
/
test
/
InterfaceStubs
/
inline.h
blob
2f8083c98fdabf2490dda7d52ddeea54a00fedcc
1
// REQUIRES: x86-registered-target
2
INLINE
int
bar
(
void
) {
3
static int
var
=
42
;
4
return
var
;
5
}