forked from OSchip/llvm-project
7 lines
180 B
C++
7 lines
180 B
C++
|
// RUN: rm -rf %t
|
||
|
// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/redecl-found-building-chains -verify %s
|
||
|
// expected-no-diagnostics
|
||
|
int n, m;
|
||
|
#include "d.h"
|
||
|
A a;
|