blob: d346c9d5d22e456302ef94534b390c66d21c310b [file] [log] [blame]
# // null directive and comments before include guard
#ifndef MULTIPLE_INCLUSION_OPT
int foo();
// The position of the define should not matter
#define MULTIPLE_INCLUSION_OPT
int bar();
#endif
#
#
/* Two null directives
and a multiline comment
after the #endif */