blob: 1173863cebad1243b1f945a071469546899f3029 [file] [log] [blame]
Pirama Arumuga Nainar3ea9e332015-04-08 08:57:32 -07001// RUN: rm -rf %t
2// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -I%S/Inputs/redecl-found-building-chains -verify %s
3// expected-no-diagnostics
4int n, m;
5#include "d.h"
6A a;