Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
.
/
clang
/
test
/
Modules
/
Inputs
/
odr_hash-Unresolved
/
class.h
blob: 8a3c9f941f7ed356b1a7883f44bac12f0711afcd [
file
] [
log
] [
blame
]
#ifndef
Class
#define
Class
template
<
class
T
>
class
S
{
int
Field
;
void
run
()
{
int
x
;
A
::
Check
(&
Field
,
1
);
A
::
Check
(&
Field
,
1
);
}
};
#endif