drm/panfrost: Remove set but not used variable 'bo'
[linux/fpc-iii.git] / scripts / kconfig / tests / preprocess / circular_expansion / Kconfig
blob6838997c23ba8be74b7bcd4f5940e33ca8d0228c
1 # SPDX-License-Identifier: GPL-2.0
3 X = $(Y)
4 Y = $(X)
5 $(info $(X))