Line Code
1 2 3 4 5 6 7 8
extern "C" {
void bcvegpy_();
}

int main() {
  bcvegpy_();
  return 1;
}