summaryrefslogtreecommitdiffstats
path: root/test cases/common/80 declare dep/entity/entity1.c
blob: d124e24e825bb614094e6e6893e23361a735598d (plain)
1
2
3
4
5
6
7
8
9
#include"entity.h"

#ifdef USING_ENT
#error "Entity use flag leaked into entity compilation."
#endif

int entity_func1(void) {
    return 5;
}