summaryrefslogtreecommitdiffstats
path: root/test cases/common/214 source set custom target/a.c
blob: 39a3b6b38a90f5b7a93b0215b37fc96f15129250 (plain)
1
2
3
4
5
6
7
#include "all.h"

int main(void)
{
    f();
    g();
}