Make these structs larger to ensure that they
[oota-llvm.git] / test / CFrontend / sret.c
index 9e34d7561ee1f1cd5d20260df3fdf9802a29974f..11ac5d6824e8ebaf9852e379cc0dfa6e3faa1287 100644 (file)
@@ -1,9 +1,9 @@
 // RUN: %llvmgcc %s -S -emit-llvm -O0 -o - | grep sret | count 5
 
 struct abc {
int a;
int b;
int c;
long a;
long b;
long c;
 };
  
 struct abc foo1(void);