mirror of
https://github.com/opnsense/src.git
synced 2026-02-25 11:00:15 -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: ;
|
|
}
|