1static void foo(int a)
2{
3	return;
4	a;
5}
6
7/*
8 * check-name: load-deadborn
9 */
10