]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/glibc-staticlib-args/program.c
Rollup merge of #105784 - yanns:update_stdarch, r=Amanieu
[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 }