#ifndef CRITERION_COMMON_H_ # define CRITERION_COMMON_H_ # define SECTION_(Name) __attribute__((section(Name))) # define UNUSED __attribute__((unused)) #endif /* !CRITERION_COMMON_H_ */