今どきは必要ないだろうけど、
古い仕様 (C++03) だとこう。

class test
{
static const char c[];
};

const char test::c[] = "abc";