Home
last modified time | relevance | path

Searched refs:block_type_3 (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dnullability.c55 typedef _Nonnull int *(^ block_type_3)(int, int); typedef
67 …fp = (block_type_3)0; // expected-error{{from incompatible type 'block_type_3' (aka 'int * _Nonnul… in testBlockFunctionPtrNullability()