Home
last modified time | relevance | path

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

/llvm-project/clang/test/C/C23/
H A Dn2607.c26 array reg_array; in test2() local
33 (void)_Generic(&reg_array, int (*)[1] : 1); in test2()
34 (void)_Generic(&reg_array[0], int * : 1); in test2()