]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/branch-islands/extra.c
ld64-95.2.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / branch-islands / extra.c
1 #include <stdio.h>
2
3
4 void foo()
5 {
6 fprintf(stdout, "foo\n");
7 }
8