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;
}