Sign in
android
/
platform
/
external
/
google-fruit
/
251e883e3e52a6f706833803c9f3043dfb2c9583
/
.
/
configuration
/
bazel
/
is_trivially_copyable.cpp
blob: b8b7379aba3bd0bca4e3a6989d79b565d9dbe979 [
file
] [
log
] [
blame
]
int
main
()
{
bool
b
=
__is_trivially_copyable
(
int
);
(
void
)
b
;
return
0
;
}