1 #include <stdint.h>
2 
3 extern int32_t BAZ;
4 
what()5 int32_t what() {
6     return BAZ;
7 }
8