1#include <endian.h>
2
3int main(int argc, char *argv[])
4{
5  return 0 * __swap32md(argc);
6}
7