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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
Index
/
pr20320.h
blob
9dbb7303df2d595ea2233649982970746bbb6b58
1
#ifndef pr20320_h
2
#define pr20320_h
3
4
template
<>
5
struct
S
< ::
Number
::
One
>
6
{
7
};
8
9
template
<>
10
struct
S
< ::
Number
::
Two
>
11
{
12
};
13
14
#endif