brintos

brintos / llvm-project-archived public Read only

0
0
Text · 191 B · 0aff929 Raw
6 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/merge-friends -verify %s3// expected-no-diagnostics4#include "friend.h"5N::foo *use;6