Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
0e0bae8139e25de81f18b6a519783a06f7ba1e25
/
.
/
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}}
}