main()1 fn main() { 2 // this file does not link to any shell32 symbols directly, and 3 // will thus cause a compile error if -lalias:shell32 4 // is present in the link flags 5 } 6