xref: /aosp_15_r20/external/bazelbuild-rules_rust/test/transitive_lib/dll_user_user.rs (revision d4726bddaa87cc4778e7472feed243fa4b6c267f)

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