| 1 | int main(int argc, char **argv) { |
|---|---|
| 2 | /* We just want to make sure this ran, so |
| 3 | it doesn't actually need to do anything. */ |
| 4 | return 0; |
| 5 | } |
| 6 |
| 1 | int main(int argc, char **argv) { |
|---|---|
| 2 | /* We just want to make sure this ran, so |
| 3 | it doesn't actually need to do anything. */ |
| 4 | return 0; |
| 5 | } |
| 6 |