I frequently write things like ``` #[link_args = "-L. -lcairo -lazure"] #[nolink] native mod m { } ``` because I need to pass some additional flags to the compiler. I shouldn't need the empty mod.