blob: 78a6934f57f76766182836819f92e94c3d513a4c [file] [log] [blame] [edit]
#include <stdint.h>
extern int32_t BAZ;
int32_t what() {
return BAZ;
}