1 // RUN: %clang_cc1 -fsyntax-only -verify %s
2 // expected-no-diagnostics
4 // Make sure that friend declarations don't introduce ambiguous
7 // Test case courtesy of Shantonu Sen.
19 friend int c_func(foo
*a
);
20 friend int cpp_func(foo
*a
);
30 int cpp_func(foo
*a
) {