mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
13 lines
191 B
Text
13 lines
191 B
Text
/* See r303489 */
|
|
void
|
|
t(void)
|
|
{
|
|
switch (1) {
|
|
case 1: /* test */
|
|
case 2: /* test */
|
|
}
|
|
CLEANUP:
|
|
;
|
|
V: ;
|
|
U: ;
|
|
}
|