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