Searched refs:test_array_and_fnptr (Results 1 – 1 of 1) sorted by relevance
126 char *test_array_and_fnptr(void) { in test_array_and_fnptr() function131 …(void)(ALIGN_BUILTIN(test_array_and_fnptr, 16)); // expected-error{{operand of type 'char *(void)… in test_array_and_fnptr()132 …(void)(ALIGN_BUILTIN(&test_array_and_fnptr, 16)); // expected-error{{operand of type 'char *(*)(vo… in test_array_and_fnptr()