aboutsummaryrefslogtreecommitdiff
path: root/test cases/unit/95 custominc/helper.c
blob: 3237441bc15bbd6ce4c624eea7fae4af87d7762e (plain)
1
2
3
4
5
#include<generated.h>

int func(void) {
    return RETURN_VALUE;
}