Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
.
/
test
/
SemaCXX
/
ms-exception-spec.cpp
blob: b84ea178e1e2252dc2ad9f22e66f6d5a846a8e49 [
file
] [
log
] [
blame
]
Daniel Dunbar
d7d5f02
2009-03-24 02:24:46 +0000
[
diff
] [
blame
]
1
// RUN: clang-cc %s -fsyntax-only -verify -fms-extensions
Douglas Gregor
a474561
2008-12-01 18:00:20 +0000
[
diff
] [
blame
]
2
3
void
f
()
throw
(...)
{
}