blob: 67a6d9ca45ebda0fc9a30eaf3b7321923377b624 [file] [log] [blame]
#include <stdio.h>
extern int num_calls;
int side_effect_c()
{
num_calls ++;
}