1# SPDX-License-Identifier: GPL-2.0
2
3X = $(Y)
4Y = $(X)
5$(info $(X))
6