freebsd-dev/test/SemaCXX/ms-exception-spec.cpp

4 lines
83 B
C++
Raw Normal View History

2009-06-02 17:58:47 +00:00
// RUN: clang-cc %s -fsyntax-only -verify -fms-extensions
void f() throw(...) { }