aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/linear/invalid-labels0.c
blob: ae3bf7283fb8166a5325498ffd57029185feec9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
static void foo(void)
{
	goto return;
}

void bar(void)
{
	goto neverland;
}

/*
 * check-name: invalid-labels0
 * check-command: test-linearize -Wno-decl $file
 * check-known-to-fail
 *
 * check-output-ignore
 * check-output-excludes: END
 * check-error-ignore
 */