Sign in
android
/
platform
/
external
/
google-fruit
/
251e883e3e52a6f706833803c9f3043dfb2c9583
/
.
/
configuration
/
bazel
/
typeid.cpp
blob: 9621d035f083f6b0e9690132f3b2b78cac6758b8 [
file
] [
log
] [
blame
]
#include
<typeinfo>
int
main
()
{
(
void
)
typeid
(
int
);
return
0
;
}