// Illegal to dereference non-pointer type "float" float func(float a) { *a = 0; return 0; }