aboutsummaryrefslogtreecommitdiff
path: root/test/SemaObjC/return.m
blob: 9acf470799580edb4d218bb48eeb64b0d4ab6ace (plain) (blame)
1
2
3
4
5
6
// RUN: clang-cc %s -fsyntax-only -verify

int test1() {
  id a;
  @throw a;
}