mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-02 00:37:09 +00:00
testcase for PR1513
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37638 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ad0a4c0be9
commit
839c522e0c
11
test/CFrontend/2007-06-18-SextAttrAggregate.c
Normal file
11
test/CFrontend/2007-06-18-SextAttrAggregate.c
Normal file
@ -0,0 +1,11 @@
|
||||
// RUN: llvm-gcc %s -o - -S -emit-llvm -O3 | grep {i8 sext}
|
||||
// PR1513
|
||||
|
||||
struct s{
|
||||
long a;
|
||||
long b;
|
||||
};
|
||||
|
||||
void f(struct s a, char *b, char C) {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user