We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c3c45 commit f6549ecCopy full SHA for f6549ec
caster_odr_specs_odr_guard/vehicle_specs.cc
@@ -4,6 +4,7 @@ int car_power();
4
int truck_power();
5
6
int main() {
7
+ std::cout << "START main()" << std::endl;
8
int pwr = 0;
9
pwr = car_power();
10
std::cout << "car power: " << pwr << std::endl;
0 commit comments