contract test {
	struct A {}
}
// ----
// SyntaxError 5306: (17-28): Defining empty structs is disallowed.