xref: /aosp_15_r20/external/clang/test/Modules/cxx-dtor.cpp (revision 67e74705e28f6214e480b399dd47ea732279e315)
1 // RUN: rm -rf %t
2 // 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 #include "b.h"
4