/* Test whether a basic srand invocation works. */ #include #include "../basic.h" int main(void) { srand(42); return 0; }