]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/custom-segment-layout/main.c
ld64-409.12.tar.gz
[apple/ld64.git] / unit-tests / test-cases / custom-segment-layout / main.c
CommitLineData
a645023d
A
1
2int x = 5;
3
4int main()
5{
6 return 0;
7}
8