mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 23:32:58 +00:00
New test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36930 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7adb53e7b1
commit
a18624057f
12
test/CFrontend/2007-05-07-PaddingElements.c
Normal file
12
test/CFrontend/2007-05-07-PaddingElements.c
Normal file
@ -0,0 +1,12 @@
|
||||
// PR 1278
|
||||
// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | not grep "4 x i8] zeroinitializer"
|
||||
// RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | not grep "i32 0, i32 2"
|
||||
struct s {
|
||||
double d1;
|
||||
int s1;
|
||||
};
|
||||
|
||||
struct s foo(void) {
|
||||
struct s S = {1.1, 2};
|
||||
return S;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user