#include <iostream>
class test
{
	static char a[];
	static int b[];
};
int main()
{
	test t;
}