Richard Smith | e687bf8 | 2015-03-16 20:54:07 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
Richard Smith | 47972af | 2015-06-16 00:08:24 +0000 | [diff] [blame] | 2 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/redecl-found-building-chains -verify %s |
Richard Smith | e687bf8 | 2015-03-16 20:54:07 +0000 | [diff] [blame] | 3 | // expected-no-diagnostics |
4 | int n, m; | ||||
5 | #include "d.h" | ||||
6 | A a; |