Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
f94e215e4a67e5439d56a67bbe470c7860d4b9a6
/
.
/
test
/
Sema
/
warn-freestanding-complex.c
blob: aa59b955c9c0275d8707709999c8bb9da4493120 [
file
] [
log
] [
blame
]
// RUN: clang -fsyntax-only -ffreestanding -pedantic -verify %s
void
foo
(
float
_Complex
c
)
{
// expected-warning{{complex numbers are an extension in a freestanding C99 implementation}}
}