repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
Parser
/
cxx-in-c.c
blob
f5fa39bd0cb99b2fd636257afc399ed38a9c4994
1
// RUN: %clang_cc1 -fsyntax-only -verify %s
2
3
// PR9137
4
void
f0
(
int
x
) : {};
// expected-error{{expected function body after function declarator}}
5
void
f1
(
int
x
)
try
{};
// expected-error{{expected function body after function declarator}}