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
/
Modules
/
Inputs
/
submodule-visibility
/
other.h
blob
4b68c489153c99968c399806a0ae9083e0d4e178
1
#include
"c.h"
2
3
#ifndef OTHER_H
4
#define OTHER_H
5
namespace
N
{
6
struct
C
{
7
template
<
typename U
>
static void
f
(
U
) {}
8
};
9
}
10
#endif