1 #include <stdlib.h>
2 int (*f)(const char*) = system;
main()3 int main(){ return f != system; }
4