aboutsummaryrefslogtreecommitdiff
path: root/test/SemaCXX/return.cpp
blob: 56bc71f51910bdf7cb205a15bec86b186c18fff8 (plain)
1
2
3
4
5
// RUN: clang-cc %s -fsyntax-only -verify

int test1() {
  throw;
}