rust/tests/run-make-fulldeps/linkage-attr-on-static/foo.c

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
77 B
C
Raw Normal View History

2014-11-11 20:34:18 -06:00
#include <stdint.h>
extern int32_t BAZ;
int32_t what() {
return BAZ;
}