Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ms-exception-spec.cpp « SemaCXX « test « clang - github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bda56f5468d4aa1e860648a81a17a4acc5255bb0 (plain)
1
2
3
// RUN: %clang_cc1 %s -fsyntax-only -verify -fms-extensions

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