// "A better C than C" ... ? // main: () -> int = { s: std::string = "Fred"; myfile := cpp2::fopen("xyzzy", "w"); _ = myfile.fprintf( "Hello %s with UFCS!", s.c_str() ); }