1 // RUN: clang-cc %s -fsyntax-only -verify
2 
3 int test1() {
4   throw;
5 }
6