]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/allow-stack-execute/foo.c
57ed6baa1126196f3f2ef714521cfe8863c921af
[apple/ld64.git] / unit-tests / test-cases / allow-stack-execute / foo.c
1 int main (void)
2 {
3 return 0;
4 }