]> git.saurik.com Git - apple/ld64.git/blame - ld64-134.9/unit-tests/test-cases/dwarf-debug-notes-uuid/main.c
ld64-134.9.tar.gz
[apple/ld64.git] / ld64-134.9 / unit-tests / test-cases / dwarf-debug-notes-uuid / main.c
CommitLineData
b1f7435d
A
1
2
3void foo()
4{
5
6}
7
8
9void bar()
10{
11 foo();
12}
13
14
15
16int main()
17{
18 bar();
19 return 0;
20}
21
22
23