2015-02-06 10:42:59 +08:00
|
|
|
// RUN: rm -rf %t
|
2015-06-16 08:08:24 +08:00
|
|
|
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/merge-friends -verify %s
|
2015-02-06 10:42:59 +08:00
|
|
|
// expected-no-diagnostics
|
|
|
|
#include "friend.h"
|
|
|
|
N::foo *use;
|