xref: /llvm-project/clang/test/Modules/cxx-dtor.cpp (revision 600adef31bdb2dcc20f89a1633a55d27966e9de6)
1f8134009SRichard Smith // RUN: rm -rf %t
247972afdSRichard Smith // 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
3*600adef3SRichard Smith // 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
4f8134009SRichard Smith #include "b.h"
5