We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a81f7a commit a8794b5Copy full SHA for a8794b5
td-payload/src/bin/example/main.rs
@@ -77,6 +77,7 @@ pub extern "C" fn main() -> ! {
77
buffer.as_ptr() as u64,
78
coverage_len
79
);
80
+ loop {}
81
}
82
83
panic!("td-payload: all tests finished and enters dead loop");
0 commit comments