mirror of
https://github.com/opnsense/src.git
synced 2026-03-01 21:01:24 -05:00
14 lines
207 B
Text
14 lines
207 B
Text
/* $FreeBSD$ */
|
|
/* See r303489 */
|
|
void
|
|
t(void)
|
|
{
|
|
switch (1) {
|
|
case 1: /* test */
|
|
case 2: /* test */
|
|
}
|
|
CLEANUP:
|
|
;
|
|
V: ;
|
|
U: ;
|
|
}
|