summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/cxx-dtor.cpp
blob: d685b69d511a350549295335c43affc515091d28 (plain)
1
2
3
4
// RUN: rm -rf %t
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -std=c++11 -fmodules-cache-path=%t -I %S/Inputs/cxx-dtor -emit-llvm-only %s
// RUN: %clang_cc1 -fmodules -fimplicit-module-maps -x c++ -std=c++11 -fmodules-cache-path=%t -I %S/Inputs/cxx-dtor -emit-llvm-only %s -triple i686-windows
#include "b.h"
OpenPOWER on IntegriCloud