summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/pr27041.cpp
blob: 9d06468b97bdc5dd2542bc667d1a292cc65612e9 (plain)
1
2
3
4
5
6
7
// RUN: rm -rf %t
// RUN: %clang_cc1 -std=c++11 -I%S/Inputs/PR27041 -verify %s
// RUN: %clang_cc1 -std=c++11 -fmodules -fmodule-map-file=%S/Inputs/PR27041/module.modulemap -fmodules-cache-path=%t -I%S/Inputs/PR27041 -verify %s

#include "Rtypes.h"

// expected-no-diagnostics
OpenPOWER on IntegriCloud