freebsd-skq/test/SemaObjC/return.m

7 lines
79 B
Mathematica
Raw Normal View History

2009-10-14 18:03:49 +00:00
// RUN: clang-cc %s -fsyntax-only -verify
int test1() {
id a;
@throw a;
}