1 // Make SEH works in PCH
3 // Test this without pch.
4 // RUN: %clang_cc1 -fms-extensions -triple x86_64-windows-msvc -std=c++11 -include %s -emit-llvm -o - %s | FileCheck %s
7 // RUN: %clang_cc1 -fms-extensions -triple x86_64-windows-msvc -std=c++11 -emit-pch -o %t %s
8 // RUN: %clang_cc1 -fms-extensions -triple x86_64-windows-msvc -std=c++11 -include-pch %t -emit-llvm -o - %s | FileCheck %s
16 } __except (shouldCatch()) {
22 // CHECK: define linkonce_odr dso_local noundef i32 @"?f@@YAHXZ"()
23 // CHECK: define internal noundef i32 @"?filt$0@0@f@@"({{.*}})