blob: 56bc71f51910bdf7cb205a15bec86b186c18fff8 [file] [log] [blame]
// RUN: clang-cc %s -fsyntax-only -verify
int test1() {
throw;
}