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