blob: f381f23704069d6ef62282e24b753499bd3c8b22 [file] [log] [blame]
Douglas Gregor68a2eb02009-04-15 21:30:51 +00001// Test this without pch.
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00002// RUN: clang-cc -include %S/attrs.h -fsyntax-only -verify %s
Douglas Gregor68a2eb02009-04-15 21:30:51 +00003
4// Test with pch.
Daniel Dunbar4fcfde42009-11-08 01:45:36 +00005// RUN: clang-cc -emit-pch -o %t %S/attrs.h
Douglas Gregor68a2eb02009-04-15 21:30:51 +00006// RUN: clang-cc -include-pch %t -fsyntax-only -verify %s
7// expected-note{{previous overload}}
8double f(double); // expected-error{{overloadable}}