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

void f() throw(...) { }
OpenPOWER on IntegriCloud