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