// Take a look at the license at the top of the repository in the LICENSE file.
#[test]#[allow(clippy::extra_unused_type_parameters)]fntest_send_sync(){fnis_send<T:Send>(){}fnis_sync<T:Sync>(){}is_send::<sysinfo::System>();is_sync::<sysinfo::System>();}