/* FAIL - formal parameter lacks a name */ float a(float x, float ) { return x; }