blob: b27dc1b09371ff7893d2fdfdad0e5484c20649b3 [file] [log] [blame]
Vassil Vassilev8ffe3be2016-05-24 12:10:36 +00001// RUN: rm -rf %t
2// RUN: %clang_cc1 -std=c++11 -internal-externc-isystem %S/Inputs/PR27739 -verify %s
3// RUN: %clang_cc1 -std=c++11 -fmodules -fmodule-map-file=%S/Inputs/PR27739/module.modulemap -fmodules-cache-path=%t -internal-externc-isystem %S/Inputs/PR27739/ -verify %s
4
5#include "DataInputHandler.h"
6
7void DataInputHandler::AddTree() {
8 fInputTrees[(char*)""];
9 fExplicitTrainTest[(char*)""];
10}
11
12// expected-no-diagnostics