summaryrefslogtreecommitdiffstats
path: root/test cases/common/13 pch/linkwhole/lib1.c
blob: b56c17bd8ebb0f57a4e713feba2fc219779145a1 (plain)
1
2
3
4
void func1() {
    printf("Calling func2.");
    func2();
}