test(int i)1 int __attribute__((__ms_abi__)) test(int i)
2 {
3     return i;
4 }
5