[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / AST / finally-msvc.m
blob902b156bc6c8a90773cc10f383fd8a4fdad95064
1 // RUN: %clang_cc1 -triple i686--windows-msvc -fexceptions -fobjc-exceptions -ast-dump %s 2>&1 | FileCheck %s
2 // RUN: %clang_cc1 -triple x86_64--windows-msvc -fexceptions -fobjc-exceptions -ast-dump %s 2>&1 | FileCheck %s
4 void f(void) {
5   @try {
6   } @finally {
7   }
10 // CHECK:      ObjCAtFinallyStmt
11 // CHECK-NEXT:   CapturedStmt
12 // CHECK-NEXT:     CapturedDecl
13 // CHECK-NEXT:       CompoundStmt
14 // CHECK-NEXT:       ImplicitParamDecl