blob: 407ee06e402504b90b27d4796c663cd5b57ead4a (
plain)
1
2
3
4
5
6
7
|
// RUN: rm -rf %t
// RUN: %clang_cc1 -I%S/Inputs/PR24954 -verify %s
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/PR24954 -verify %s
#include "A.h"
// expected-no-diagnostics
|