Add testcase for last llvm-gcc tweaks

llvm-svn: 44368
This commit is contained in:
Anton Korobeynikov 2007-11-27 18:21:29 +00:00
parent 1cfe02c38b
commit 75445ae2c3
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
// RUN: %llvmgcc -S %s -emit-llvm -o - | grep "signext" | count 4
signed char foo1() { return 1; }
void foo2(signed short a) { }
signed char foo3(void) { return 1; }
void foo4(a) signed short a; { }