aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/kill-switch.c
blob: 1316a775ea78a0637256203730567bd2999a4432 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
extern int i;

static void foo(void)
{
	switch (i) {
	case 0:
		;
	}
}

/*
 * check-name: kill-switch
 * check-command: test-linearize $file
 *
 * check-output-ignore
 * check-output-excludes: load\\.
 */