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