blob: a4d3f5be31897defff2f39ea8aa4f38eaffaeaa8 [file] [log] [blame]
Daniel Dunbard7d5f022009-03-24 02:24:46 +00001// RUN: clang-cc -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}