Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dnullability.c57 typedef _Nonnull int_ptr (^ block_type_4)(int, int); typedef
70 …fp = (block_type_4)0; // expected-error{{from incompatible type 'block_type_4' (aka 'int_ptr _Non… in testBlockFunctionPtrNullability()