#// null directive and comments before include guard#ifndef MULTIPLE_INCLUSION_OPTintfoo();// The position of the define should not matter#define MULTIPLE_INCLUSION_OPTintbar();#endif##/* Two null directives and a multiline comment after the #endif */