summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/blocks.cpp
blob: 837fb0423b9b53d1a5c58a900df71d9d1f947cca (plain)
1
2
3
4
5
6
7
// RUN: clang-cc -fsyntax-only -verify %s -fblocks

void tovoid(void*);

void tovoid_test(int (^f)(int, int)) {
  tovoid(f);
}
OpenPOWER on IntegriCloud