]> git.saurik.com Git - apple/ld64.git/blame - unit-tests/test-cases/dwarf-debug-notes-lto/header.h
ld64-274.2.tar.gz
[apple/ld64.git] / unit-tests / test-cases / dwarf-debug-notes-lto / header.h
CommitLineData
7f09b935
A
1
2
3inline int foo(int x)
4{
5 return x + 10;
6}
7
8extern int bar(int x);