Make the struct bigger, to ensure it is returned
[oota-llvm.git] / test / CFrontend / 2007-05-07-NestedStructReturn.c
index 94dad87abf74340205adeb5ca921aa9abab86b1e..aea58e3ae8bb2123fc018b2a3e80ef1444a00227 100644 (file)
@@ -1,6 +1,6 @@
 // RUN: %llvmgcc %s -S -fnested-functions -o - | grep {sret *%agg.result}
 
-struct X { int m, n, o, p; };
+struct X { long m, n, o, p; };
 
 struct X p(int n) {
   struct X c(int m) {