]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/lto-no-link-whole-rlib/bar.c
Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillot
[rust.git] / tests / run-make-fulldeps / lto-no-link-whole-rlib / bar.c
1 int foo() {
2   return 2;
3 }