xref: /openbmc/linux/tools/build/tests/ex/d.c (revision ba61bb17496d1664bf7c5c2fd650d5fd78bd0a92)
1 // SPDX-License-Identifier: GPL-2.0
2 
3 int d(void)
4 {
5 	return 0;
6 }
7