]> git.saurik.com Git - apple/ld64.git/blob - unit-tests/test-cases/llvm-integration/b17.c
47d4cc3c10bb13705b4d166e25cb3265afb215c8
[apple/ld64.git] / unit-tests / test-cases / llvm-integration / b17.c
1 int b = 0;
2 int func_b() { return b; }
3
4