Consider code like this:
int lsize(void) { return sizeof(void *); }
See http://www.chromium.org/nativeclient/pnacl/bitcode-abi#TOC-D...
Consider code like this:
how would this be compiled portably, so that it returns 4 or 8 as appropriate? What would the LLVM bitcode look like?