aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.7/contrib/reghunt/examples/29106.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.7/contrib/reghunt/examples/29106.cc')
-rw-r--r--gcc-4.7/contrib/reghunt/examples/29106.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc-4.7/contrib/reghunt/examples/29106.cc b/gcc-4.7/contrib/reghunt/examples/29106.cc
deleted file mode 100644
index ba028ba13..000000000
--- a/gcc-4.7/contrib/reghunt/examples/29106.cc
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <stdio.h>
-
-int main()
-{
- int* const savepos = sizeof(*savepos) ? 0 : 0;
-
- // code for the next line is left out!
- printf("size of thingy is %d\n", sizeof(*savepos));
-}