HomeSort by: relevance | last modified time | path
    Searched defs:an_int (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
decl_arg.c 28 /* expect+5: warning: parameter 'an_int' unused in function 'old_style' [231] */
33 old_style(an_int, a_const_int, a_number, a_function, a_struct)
50 /* expect+1: error: cannot initialize parameter 'an_int' [52] */
51 int an_int = 12345; variable in typeref:typename:int

Completed in 11 milliseconds