android_mt6572_jiabo/external/clang/test/SemaCXX/ms-exception-spec.cpp
2025-09-05 16:56:03 +08:00

4 lines
112 B
C++

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