xref: /netbsd-src/external/gpl3/gcc.old/dist/contrib/reghunt/examples/29106.cc (revision b7b7574d3bf8eeb51a1fa3977b59142ec6434a55)
1 #include <stdio.h>
2 
3 int main()
4 {
5     int* const savepos = sizeof(*savepos) ? 0 : 0;
6 
7     // code for the next line is left out!
8     printf("size of thingy is %d\n", sizeof(*savepos));
9 }
10