blob: 9acf470799580edb4d218bb48eeb64b0d4ab6ace [file] [log] [blame]
// RUN: clang-cc %s -fsyntax-only -verify
int test1() {
id a;
@throw a;
}