]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/lto-no-link-whole-rlib/bar.c
Preserve split DWARF files when building archives.
[rust.git] / tests / run-make-fulldeps / lto-no-link-whole-rlib / bar.c
1 int foo() {
2   return 2;
3 }