clang/test/CodeGen/kr-func-promote.c

6 строки
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;}