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