summaryrefslogtreecommitdiff
path: root/tests/static-2.c
blob: 9a2aed4d29888c8e388efacf49d8f3ceb61e0a90 (plain)
1
2
3
4
// Part of static-1.c
static int f() {
    return 2;
}