]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/lto-smoke-c/bar.c
Rollup merge of #103702 - WaffleLapkin:lift-sized-bounds-from-pointer-methods-where...
[rust.git] / tests / run-make-fulldeps / lto-smoke-c / bar.c
1 void foo();
2
3 int main() {
4     foo();
5     return 0;
6 }