enum flow_e {
    A=0,
};

int main() {
   flow_e f;

   return 0; // break here
}
