Looks like I can init a POD static const member, but not other types:
struct C { static const int a = 42; // OK static const string b = \"hi\"; // compi