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