blob: 2b55a39be025bba6daeb7aaeef1814cc0e33026f [file] [log] [blame]
// RUN: clang -triple i386-unknown-unknown %s -emit-llvm -o - | grep "i32 @a(i32)"
int a();
int a(x) short x; {return x;}