This website requires JavaScript.
Explore
Help
Sign In
rk3588-game
/
android13
Watch
3
Star
0
Fork
You've already forked android13
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
73f7176500
android13
/
external
/
clang
/
test
/
Index
/
Inputs
/
preamble_macro_template.h
7 lines
101 B
C++
Raw
Blame
History
#
define STATIC_CAST static_cast
template
<
typename
T
>
void
foo
(
T
*
p
)
{
(
void
)
STATIC_CAST
<
T
*
>
(
0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink