aboutsummaryrefslogtreecommitdiff
path: root/ld/testsuite/ld-plugin/pr20103a.c
blob: 6ebfd2c56716ba1f4c52647321da4cf1f269c733 (plain)
1
2
3
4
5
6
7
8
void live();

int
main ()
{
    live();
    return 0;
}