blob: 6b6426e84e7e0565b520468227974dc8dac32df3 [file] [log] [blame]
__attribute__((const)) void const_function();
__attribute__((pure)) void pure_function();
void normal_function();