hanchenye-llvm-project/clang/test/SemaCXX/ms-exception-spec.cpp

4 lines
83 B
C++

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