4 lines
85 B
C++
4 lines
85 B
C++
|
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
|
||
|
|
||
|
void f() throw(...) { }
|