
int main() {
   bool aBool = 1;
   
   return 0;
}
