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
[Flang][Parser] Add missing #include "flang/Common/idioms.h" (#77484)
[llvm-project.git]
/
clang-tools-extra
/
test
/
clang-move
/
Inputs
/
var_test.cpp
blob
9023abc4a9adf7cf4f95f88d7ce3470d57011cb1
1
#include
"var_test.h"
2
3
namespace
a
{
4
int
kGlobalInt
=
1
;
5
const char
*
const
kGlobalStr
=
"Hello"
;
6
}