Richard Smith | c26d974 | 2016-10-06 20:30:51 +0000 | [diff] [blame] | 1 | // RUN: rm -rf %t |
2 | // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t -fimplicit-module-maps -fmodules-local-submodule-visibility -I%S/Inputs/merge-template-specializations -std=c++11 -verify %s | ||||
3 | // expected-no-diagnostics | ||||
4 | #include "c.h" | ||||
5 | X x; |