]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/link-section.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / link-section.rs
index 6958eeda6974bfeca05eec3b83b6d7610cbf878b..48efb07ff48bc34082edc923eb4db364aa94f0c4 100644 (file)
@@ -31,7 +31,7 @@ static mut frobulator: usize = 0xdeadbeef;
 
 pub fn main() {
     unsafe {
-        frobulator = 0xcafebabe;
+        frobulator = 0x12345678;
         println!("{} {} {}", i_live_in_more_text(), magic, frobulator);
     }
 }