summaryrefslogtreecommitdiffstats
path: root/test/Sema/warn-freestanding-complex.c
blob: a4d3f5be31897defff2f39ea8aa4f38eaffaeaa8 (plain)
1
2
3
4
// 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}}
}
OpenPOWER on IntegriCloud