blob: 5672b5437a6b988f4a0d86f0d95ed57976acd4b0 [file] [log] [blame]
unsigned bswap(unsigned) __asm__("swap");
int main(void) {
return bswap(1);
}