1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 %s abc(const float x)2*f4a2713aSLionel Sambuc int abc (const float x) { 3*f4a2713aSLionel Sambuc return 1; 4*f4a2713aSLionel Sambuc } 5*f4a2713aSLionel Sambuc 6