brintos

brintos / llvm-project-archived public Read only

0
0
Text · 434 B · b27dc1b Raw
13 lines · cpp
1// RUN: rm -rf %t2// RUN: %clang_cc1 -std=c++11 -internal-externc-isystem %S/Inputs/PR27739 -verify %s3// 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 %s4 5#include "DataInputHandler.h"6 7void DataInputHandler::AddTree() {8   fInputTrees[(char*)""];9   fExplicitTrainTest[(char*)""];10}11 12// expected-no-diagnostics13