Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c6e68daac0fa6e77a89f3ca72f266a528503dd1c
/
.
/
clang
/
test
/
Index
/
Inputs
/
preamble_macro_template.h
blob: 18b076d95cfcd546edba3b2c97659bc422fb6945 [
file
] [
log
] [
blame
]
Douglas Gregor
925296b
2011-07-19 16:10:42 +0000
[
diff
] [
blame
]
1
#define
STATIC_CAST
static_cast
2
3
template
<
typename
T
>
4
void
foo
(
T
*
p
)
{
5
(
void
)
STATIC_CAST
<
T
*>(
0
);
6
}