forked from OSchip/llvm-project
4 lines
80 B
C++
4 lines
80 B
C++
|
// RUN: clang %s -fsyntax-only -verify -fms-extensions
|
||
|
|
||
|
void f() throw(...) { }
|