| 12 | void example_ecvs_async (void); |
| 13 | |
| 14 | int main (int argc, char ** argv) |
| 15 | { |
| 16 | |
| 17 | example_probe_and_subcircuit_access_async (); |
| 18 | |
| 19 | example_ecvs_async (); |
| 20 | |
| 21 | return 0; |
| 22 | |
| 23 | } |
| 24 | |
| 25 | void testmessage(int level, const char * message, ...) |
| 26 | { |
nothing calls this directly
no test coverage detected