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