]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/wasm-custom-section-relocations.rs
Auto merge of #54720 - davidtwco:issue-51191, r=nikomatsakis
[rust.git] / src / test / ui / wasm-custom-section-relocations.rs
index 5631a70192afd0962bbb6548a0d79278d1bca52a..9f431e78061391e98e473977a799faea28ab4c4a 100644 (file)
@@ -21,3 +21,5 @@
 
 #[link_section = "test"]
 pub static D: &usize = &C; //~ ERROR: no extra levels of indirection
+
+fn main() {}