aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/83 declare dep/entity/entity2.c
blob: f34f546f3ba645b36c8dcb31b7ad530a1b613fac (plain)
1
2
3
4
5
#include<entity.h>

int entity_func2() {
    return 9;
}