typedef struct spug { int drokk; } spug;
main()
{
	const char *foo;
	const spug y;
}
