#include <cstdint>
int main () {
  int32_t myvar = -1;
  return myvar; // break here
}
