blob: c9711935c07559d6f4ec6138a654ddb43ebfab48 [file] [log] [blame]
Douglas Gregor68a2eb02009-04-15 21:30:51 +00001// Test this without pch.
Daniel Dunbara5728872009-12-15 20:14:24 +00002// RUN: %clang_cc1 -include %S/attrs.h -fsyntax-only -verify %s
Douglas Gregor68a2eb02009-04-15 21:30:51 +00003
4// Test with pch.
Daniel Dunbara5728872009-12-15 20:14:24 +00005// RUN: %clang_cc1 -emit-pch -o %t %S/attrs.h
6// RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s
Douglas Gregor68a2eb02009-04-15 21:30:51 +00007// expected-note{{previous overload}}
8double f(double); // expected-error{{overloadable}}