Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
onqtam
/
doctest
/
43e7f0dc5af90deb2af82338d257ead0faa6a309
/
.
/
test_appveyor.cpp
blob: 2749c83f897569208bce538a493940f8cfa52e0e [
file
] [
log
] [
blame
]
#include
<iostream>
int
main
()
{
#ifdef
_MSC_VER
std
::
cout
<<
"TROLOLO MSC VER IS:"
<<
_MSC_VER
<<
std
::
endl
;
#endif
return
0
;
}