aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Modules/mingw-exceptions.cppm
blob: be9d61d7d3418bb9d01dda550db23feea6b8db26 (plain)
1
2
3
4
5
6
// REQUIRES: x86-registered-target
// RUN: %clang -target x86_64-windows-gnu -x c++-module -std=gnu++23 -fno-modules-reduced-bmi \
// RUN:     -c -o /dev/null -Xclang -disable-llvm-passes %s

// Make sure the command succeeds and doesn't break on the -exception-model flag in cc1.
export module empty;