1void foo(int a);
2void foo(int a)
3{
4	void *l = &&end + 3;
5
6end:
7	if (a * 0)
8		goto *l;
9}
10
11/*
12 * check-name: kill-computedgoto
13 * check-command: test-linearize $file
14 *
15 * check-output-ignore
16 * check-output-excludes: add\\.
17 */
18