blob: d7d33ea12e8061544e43400232159f3fe500ecf8 [file] [log] [blame]
// ignore-license
#include <stdint.h>
extern int32_t BAZ;
int32_t what() {
return BAZ;
}