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

4 lines
85 B
C++

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