summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/T19149_c.c
blob: 40ae39cce587d5b97570698c67ddee015d7d113f (plain)
1
2
3
4
5
6
int test_export();

int test() {
  return test_export();
}