mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-15 00:49:53 -04:00
5 lines
112 B
C++
5 lines
112 B
C++
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions
|
|
// expected-no-diagnostics
|
|
|
|
void f() throw(...) { }
|