summaryrefslogtreecommitdiffstats
path: root/test cases/common/131 override options/two.c
blob: 0f8048c219d825a07447e82f1fec1fa80df9af74 (plain)
1
2
3
4
5
6
/*
 * Requires a Unity build. Otherwise hidden_func is not specified.
 */
int main(void) {
    return hidden_func();
}