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