/** * Have you ever wondered what it takes to become an identifier? */ void this_should_probably_be_an_identifier(void) { } #define BLAH void BLAH this_should_probably_be_an_identifier_too(BLAH) { }