/* SPDX-License-Identifier: GPL-2.0 */
struct S;
struct S {
	int foo;
};
