зеркало из https://github.com/microsoft/clang.git
Test blocks in C++ mode
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@60367 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
19ac6ff24e
Коммит
b65f2425e9
|
@ -0,0 +1,7 @@
|
|||
// RUN clang -fsyntax-only -verify %s
|
||||
|
||||
void tovoid(void*);
|
||||
|
||||
void tovoid_test(int (^f)(int, int)) {
|
||||
tovoid(f);
|
||||
}
|
Загрузка…
Ссылка в новой задаче