comparison contrib/reghunt/examples/29106.cc @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:a06113de4d67
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 }