3 // RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t/modules.cache \
4 // RUN: -I %S/Inputs/odr_hash-Unresolved \
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
11 // Note: There is no -verify in the run line because some error messages are
12 // not captured from the module building stage.
14 #include "Module2/include.h"