1 /* SPDX-License-Identifier: GPL-2.0 */
2 #define F(x) int x##x
3 F(foo);
4