opnsense-src/test/SemaCXX/ms-exception-spec.cpp
2010-01-01 10:34:51 +00:00

3 lines
85 B
C++

// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
void f() throw(...) { }