Somehow, it seems that function pointers are implicitly convertible to any capability type in hybrid C: ``` int * __capability g(void) { return g; } ``` This yields no warning at all.