mirror of
https://github.com/opnsense/src.git
synced 2026-03-03 05:41:01 -05:00
6 lines
118 B
C
6 lines
118 B
C
/* RUN: %clang_cc1 -fsyntax-only -verify %s
|
|
*/
|
|
|
|
void foo() {
|
|
goto ; /* expected-error {{expected identifier}} */
|
|
}
|