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