Vassil Vassilev | 632eac3 | 2016-03-16 11:17:04 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -I%S/Inputs/PR24954 -verify %s | ||||
3 | // RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/PR24954 -verify %s | ||||
4 | |||||
5 | #include "A.h" | ||||
6 | |||||
7 | // expected-no-diagnostics |