Sign in
android
/
platform
/
external
/
google-fruit
/
251e883e3e52a6f706833803c9f3043dfb2c9583
/
.
/
configuration
/
bazel
/
constexpr_typeid.cpp
blob: a7933777fd4d6b0e572f60d7c08aaacd96e5b333 [
file
] [
log
] [
blame
]
#include
<typeinfo>
int
main
()
{
constexpr
static
const
std
::
type_info
&
x
=
typeid
(
int
);
(
void
)
x
;
return
0
;
}