]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/c-link-to-rust-staticlib/bar.c
Rollup merge of #100933 - a1phyr:cheap_assert_match_failed, r=JoshTriplett
[rust.git] / src / test / run-make-fulldeps / c-link-to-rust-staticlib / bar.c
1 void foo();
2
3 int main() {
4     foo();
5     return 0;
6 }