blob: 1c5221fa40d634622e7a09647a1fd9950cf2f9da [file] [log] [blame]
Davide Italiano3c613d62015-04-25 20:20:04 +00001// RUN: %clang_cc1 -triple=x86_64-apple-darwin -fsyntax-only -verify %s
2// PR23086
3
4__builtin_isinf(...); // expected-warning {{type specifier missing, defaults to 'int'}} expected-error {{ISO C requires a named parameter before '...'}} // expected-error {{conflicting types for '__builtin_isinf'}} // expected-note {{'__builtin_isinf' is a builtin with type 'int ()'}}