summaryrefslogtreecommitdiff
path: root/test/Modules/pr27699.cpp
blob: 0a17fcba56ff05faf2f18220d0213e21cd0b6b28 (plain)
1
2
3
4
5
6
7
8
9
// RUN: rm -rf %t
// RUN: %clang_cc1 -std=c++11 -I%S/Inputs/PR27699 -verify %s
// RUN: %clang_cc1 -std=c++11 -fmodules -fmodule-map-file=%S/Inputs/PR27699/module.modulemap -fmodules-cache-path=%t -fmodules-local-submodule-visibility -I%S/Inputs/PR27699 -verify %s

#include "Subdir/a.h"
#include "Subdir/b.h"

// expected-no-diagnostics