freebsd-skq/test/CodeGen/kr-func-promote.c
2009-06-02 17:58:47 +00:00

6 lines
127 B
C

// RUN: clang-cc -triple i386-unknown-unknown %s -emit-llvm -o - | grep "i32 @a(i32)"
int a();
int a(x) short x; {return x;}