blob: aa59b955c9c0275d8707709999c8bb9da4493120 [file] [log] [blame]
Douglas Gregorf244cd72009-02-14 21:06:05 +00001// RUN: clang -fsyntax-only -ffreestanding -pedantic -verify %s
2
3void foo(float _Complex c) { // expected-warning{{complex numbers are an extension in a freestanding C99 implementation}}
4}