Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/test/CodeGen/
H A Darm-aapcs-vfp.c43 struct nested_array { struct
48 extern void array_callee(struct nested_array);
49 void test_array(struct nested_array arg) { in test_array()