aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/contrib/reghunt/examples/29106.cc
blob: ba028ba13557796301d609168e2922a6fe80d9f0 (plain)
1
2
3
4
5
6
7
8
9
#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));
}