/* UPC operator applied to a void type. */ #include void *p; size_t s; int main() { s = upc_elemsizeof (*p); return 0; }