blob: 0c73b50f7085cb5255da4d999f581631320c49ea [file] [log] [blame]
Richard Trieu71975702018-01-06 03:20:59 +00001// RUN: rm -rf %t
2
3// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t/modules.cache \
4// RUN: -I %S/Inputs/odr_hash-Unresolved \
5// RUN: -fmodules \
6// RUN: -fimplicit-module-maps \
7// RUN: -fmodules-cache-path=%t/modules.cache \
8// RUN: -fmodules-local-submodule-visibility \
9// RUN: -std=c++11 -x c++ %s -fsyntax-only
10
11// Note: There is no -verify in the run line because some error messages are
12// not captured from the module building stage.
13
14#include "Module2/include.h"