Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
04a2311982d34269f84362a02a7a76a3e47675bc
/
.
/
test
/
Sema
/
default.c
blob: 13186018450161610237e9d0f1695a7c00ab1175 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -fsyntax-only -verify %s
void
f5
(
int
z
)
{
if
(
z
)
default
:
// expected-error {{not in switch statement}}
;
// expected-warning {{if statement has empty body}}
}