Anton Bachin 3c3733c700 Support for testing in AppVeyor.
Tests are run for VC2010, VC2012, VC2013, VC2015.
2015-07-01 23:58:23 -05:00

10 lines
96 B
C++

#include "shared.h"
#include "helper.h"
int main()
{
print(Channel::Red);
return 0;
}