A switch won't send packets back to their source, and routers are typically connected through switches. So it would be disastrous if the machine just assumed something would send the packets back to it. They're never put on the wire.
On an Ethernet network, each unicast packet has an Ethernet hardware address of the destination machine the packet is being sent to on that network. There's no reason a machine would ever send out a packet with its own address as the destination, and the results of doing so would be unpredictable -- some networks would return it, some wouldn't.
(The above assumes the IP address is part of an Ethernet or WiFi network, which is the most common arrangement. The details are a bit different if it's not, but the OS will still internally loop the packet back because that's how IP stacks work.)
traceroute a.b.c.dto see. It probably depends on your system's configuration. – user55325 Dec 19 '12 at 15:26