Signed-off-by: Dimitar Dobrev <dpldobrev@yahoo.com>
@ -14,6 +14,8 @@ Foo::Foo(Private p)
{
}
DLL_API const int Foo::unsafe = 10;
const char* Foo::GetANSI()
return "ANSI";
@ -39,7 +39,7 @@ public:
IgnoredType ignoredType;
int fixedArray[3];
void* ptr;
static const int unsafe = 10;
static const int unsafe;
const char* GetANSI();
// TODO: VC++ does not support char16