]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/glibc-staticlib-args/program.c
Rollup merge of #106321 - compiler-errors:delayed-bug-backtrace, r=Nilstrieb
[rust.git] / tests / run-make-fulldeps / glibc-staticlib-args / program.c
1 void args_check();
2
3 int main() {
4     args_check();
5     return 0;
6 }