Clang Project

clang_source_code/test/Modules/pr24954.cpp
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
8