Home | Sort by: relevance | last modified time | path |
/src/tests/usr.bin/xlint/lint1/ | |
msg_322.c | 9 typedef int empty_array[0]; typedef in typeref:typename:int[0] |
msg_190.c | 8 /* expect+1: error: empty array declaration for 'empty_array' [190] */ 9 double empty_array[] = {}; variable in typeref:typename:double[] |