]> git.saurik.com Git - apple/ld64.git/blob - ld64-134.9/unit-tests/test-cases/branch-islands/extra.c
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / 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