1 2 3 4 5 6 7 8 9
use fermium::*; #[test] fn init_nothing_and_then_quit() { unsafe { SDL_Init(SDL_InitFlags(0)); SDL_Quit(); } }