blob: 9255dfe24b110917fd52cd41a4281d430dd133de [file] [log] [blame]
Vassil Vassilevcccdd332017-03-06 17:47:57 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -std=c++11 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs/gnumode-non-benign -verify %s
3
4// expected-no-diagnostics
5
6// This test ensures that submodules have the same GNUMode language option
7// setting as the main clang invocation.
8// Note that we set GNUMode = 0 with -std=c++11 for this file.
9
10// This module fails to compile with GNUMode = 1.
11#include "module.h"