1*f4a2713aSLionel Sambuc // RUN: %clang_cc1 -triple i386-unknown-unknown %s -emit-llvm -o - | grep "i32 @a(i32)" 2*f4a2713aSLionel Sambuc 3*f4a2713aSLionel Sambuc int a(); a(x)4*f4a2713aSLionel Sambuc int a(x) short x; {return x;} 5*f4a2713aSLionel Sambuc 6