summaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.old-deja/g++.ext/constructor.C
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/g++.old-deja/g++.ext/constructor.C')
-rw-r--r--gcc/testsuite/g++.old-deja/g++.ext/constructor.C1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.ext/constructor.C b/gcc/testsuite/g++.old-deja/g++.ext/constructor.C
index a7995bbfe79..3dc15c52acd 100644
--- a/gcc/testsuite/g++.old-deja/g++.ext/constructor.C
+++ b/gcc/testsuite/g++.old-deja/g++.ext/constructor.C
@@ -9,6 +9,7 @@ struct Any {
int i, j;
+int
main () {
struct Any *ap = (struct Any *)
__builtin_alloca (sizeof(struct Any));