c3 is not an object. It's a variable referencing null. A variable can't be eligible to GC. Only objects can be eligible to GC.
The objects eligible to GC are the Cardboard which was initially referenced by c1, and the Short instance initially referenced by the CardBoard initially referenced by c1.