summaryrefslogtreecommitdiffstats
path: root/test/PCH/attrs.c
blob: c9711935c07559d6f4ec6138a654ddb43ebfab48 (plain)
1
2
3
4
5
6
7
8
// Test this without pch.
// RUN: %clang_cc1 -include %S/attrs.h -fsyntax-only -verify %s

// Test with pch.
// RUN: %clang_cc1 -emit-pch -o %t %S/attrs.h
// RUN: %clang_cc1 -include-pch %t -fsyntax-only -verify %s 
// expected-note{{previous overload}}
double f(double); // expected-error{{overloadable}}
OpenPOWER on IntegriCloud