mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Add testcase for last llvm-gcc tweaks
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44368 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f248f0db12
commit
9bdcb393ae
12
test/CFrontend/2007-11-27-SExtZExt.c
Normal file
12
test/CFrontend/2007-11-27-SExtZExt.c
Normal 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; { }
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user