Here's a classic example using POSIX threads where two threads increment a shared counter without synchronization:

```c
#include <