#include<stdio.h>
#define type int
int main()
{
 type b;
 printf("%d\n",sizeof(b));
 return 0;
}

Add a code snippet to your website: www.paste.org