1 2 3 4 5 6 7 8 9
#ifndef IFACE_DEFINE #error Expected IFACE_DEFINE #endif int main(int,char**) { return 0; }