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