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