| 425 | } |
| 426 | |
| 427 | int main() { |
| 428 | GetDevice(run); |
| 429 | |
| 430 | RegisterCheckScopesAtExit(); |
| 431 | // This is the return code once all runtime-keepalives have completed |
| 432 | // (unless something crashes before then). |
| 433 | return 0; |
| 434 | } |
nothing calls this directly
no test coverage detected