summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/kr-func-promote.c
blob: d4c3851909ab895d89d7736af94decfbeae5f6b5 (plain)
1
2
3
4
5
// RUN: clang-cc -triple i386-unknown-unknown %s -emit-llvm -o - | grep "i32 @a(i32)"

int a();
int a(x) short x; {return x;}