view clang/test/Modules/odr_hash-Unresolved.cpp @ 266:00f31e85ec16 default tip

Added tag current for changeset 31d058e83c98
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sat, 14 Oct 2023 10:13:55 +0900
parents 1d019706d866
children
line wrap: on
line source

// RUN: rm -rf %t

// RUN: %clang_cc1 -fmodules -fmodules-cache-path=%t/modules.cache \
// RUN:  -I %S/Inputs/odr_hash-Unresolved \
// RUN:  -fmodules \
// RUN:  -fimplicit-module-maps \
// RUN:  -fmodules-cache-path=%t/modules.cache \
// RUN:  -fmodules-local-submodule-visibility \
// RUN:  -std=c++11 -x c++ %s -fsyntax-only

// Note: There is no -verify in the run line because some error messages are
// not captured from the module building stage.

#include "Module2/include.h"