1f08c3bdfSopenharmony_civoid *foo(void *def);
2f08c3bdfSopenharmony_civoid *foo(void *def)
3f08c3bdfSopenharmony_ci{
4f08c3bdfSopenharmony_ci	if (!def)
5f08c3bdfSopenharmony_ciyes:		return &&yes;
6f08c3bdfSopenharmony_ci
7f08c3bdfSopenharmony_ci	return def;
8f08c3bdfSopenharmony_ci}
9f08c3bdfSopenharmony_ci
10f08c3bdfSopenharmony_ci/*
11f08c3bdfSopenharmony_ci * check-name: label-as-value
12f08c3bdfSopenharmony_ci * check-command: sparsec -c $file -o tmp.o
13f08c3bdfSopenharmony_ci */
14