blob: 5d37f823f4b06ae1f835e8a9caf72e2c12bcf939 [file] [log] [blame]
#include <string>
int foo1()
{
}
/** header comment */
#if 2
int foo2(void)
{
}
#endif
#if 1
void foo3(int a)
{
}
#endif
void *foo4(int a, int b, int c)
{
}