Searched refs:last_param (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/tests/usr.bin/xlint/lint1/
H A Dmsg_347.c28 struct last_param { struct
32 void last_param(double, double *(struct last_param));
33 void last_param(double d, double *fn(struct last_param));
37 void mismatch(double, double *(struct last_param));
38 /* expect+1: error: redeclaration of 'mismatch' with type 'function(double, pointer to function(struct last_param) returning pointer to float) returning void', expected 'function(double, pointer to function(struct last_param) returning pointer to double) returning void' [347] */
39 void mismatch(double d, float *fn(struct last_param));

Completed in 123 milliseconds