1#include <netinet/tcp.h>
2#define C(n) switch(n){case n:;}
3static void f()
4{
5C(TCP_NODELAY)
6}
7