]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/linkage-attr-on-static/foo.c
Rollup merge of #100307 - nnethercote:fix-96847, r=cjgillot
[rust.git] / src / test / run-make-fulldeps / linkage-attr-on-static / foo.c
1 #include <stdint.h>
2
3 extern int32_t BAZ;
4
5 int32_t what() {
6     return BAZ;
7 }