blob: 5bfaf2fdbce7afbdb594a8c5365f36d24a6f21db [file] [log] [blame]
// RUN: clang-cc -fsyntax-only %s
class C {
friend class D;
};