summaryrefslogtreecommitdiffstats
path: root/test/Actions/addpost-link-fixture/test1.c
blob: 333f5c73f0592c33a4238bb1728a029b1adecfa4 (plain)
1
2
3
4
5
extern void test_lib_fn();
int main(int argc, char **argv) {
  test_lib_fn();
  return 0;
}