summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/ms-exception-spec.cpp
blob: bda56f5468d4aa1e860648a81a17a4acc5255bb0 (plain)
1
2
3
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions

void f() throw(...) { }