/* $Id: tryendian.c 616 2005-08-19 20:11:01Z bruce $ */ int main(void) { int x = 1; return *((char*)&x); }