7 lines
79 B
Mathematica
7 lines
79 B
Mathematica
|
// RUN: clang-cc %s -fsyntax-only -verify
|
||
|
|
||
|
int test1() {
|
||
|
id a;
|
||
|
@throw a;
|
||
|
}
|