Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
719757039fc4e4f3318d6999b2d5b2787f6838f6
/
.
/
clang
/
test
/
Modules
/
Inputs
/
odr_hash-Unresolved
/
class.h
blob: fe3a7116f9bfcbd118ea7b39da308d870441413e [
file
] [
log
] [
blame
]
Richard Trieu
7197570
2018-01-06 03:20:59 +0000
[
diff
] [
blame^
]
1
#ifndef
Class
2
#define
Class
3
template
<
class
T
>
4
class
S
{
5
int
Field
;
6
void
run
()
{
7
int
x
;
8
A
::
Check
(&
Field
,
1
);
9
}
10
};
11
#endif