| 1 | #include <stdio.h> |
|---|---|
| 2 | #include <stdlib.h> |
| 3 | #ifdef _WIN32 |
| 4 | #include <stdlib.h> |
| 5 | #else |
| 6 | #include <unistd.h> |
| 7 | #endif |
| 8 | |
| 9 | int main(int argc, char *argv[]) { |
| 10 | const char *foo = getenv(name: "FOO"); |
| 11 | int counter = 1; |
| 12 | |
| 13 | return 0; // breakpoint |
| 14 | } |
| 15 |
