Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dbuiltin-align.c126 char *test_array_and_fnptr(void) { in test_array_and_fnptr() function
131 …(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()