summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/kr-style-block.c
blob: ac788dc9ab9f34133dff158d15a423aee082d632 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: clang-cc -emit-llvm %s -o %t -fblocks

void foo (void(^)());

int main()
{
foo(
  ^() { }
);
}
OpenPOWER on IntegriCloud