Sign in
fuchsia
/
third_party
/
cmake
/
8a0d0cbdddbafb66ef826424f14e77c772105012
/
.
/
Tests
/
Cuda
/
MixedStandardLevels2
/
main.cu
blob: a97a41ebd48cbcca7bdda8c636c3be929444675a [
file
] [
log
] [
blame
]
#if __cplusplus < 201103L && !defined(_MSC_VER)
# error "invalid standard value"
#endif
#include
<type_traits>
int
main
(
int
argc
,
char
**
argv
)
{
using
returnv
=
std
::
integral_constant
<
int
,
0
>;
return
returnv
::
value
;
}