構造体のメンバー変数にstaticが書けなくてつらい悲しい

struct Hoge {
 static int x;
 static int y;
};