编译器错误 C2238

“token”前有意外的标记

发现不正确的标记。

下面的示例生成 C2238:

// C2238.cpp
// compile with: /c
class v {
virtual: int vvv;   // C2238
};