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