blob: 57b92c035e195f6da317fa3e8155e04ebef37510 [file] [log] [blame]
Douglas Gregor68a2eb02009-04-15 21:30:51 +00001// Test this without pch.
2// RUN: clang-cc -include %S/attrs.h -fsyntax-only -verify %s
3
4// Test with pch.
5// RUN: clang-cc -emit-pch -o %t %S/attrs.h &&
6// RUN: clang-cc -include-pch %t -fsyntax-only -verify %s
7// expected-note{{previous overload}}
8double f(double); // expected-error{{overloadable}}