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